CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .60 .61 .62 .63 .64 49365.66 .67 .68 .69 .70 ... 58525 »
  1. titlename

    0下载:
  2. vc.net防止在标题栏上显示文档名,也就是不把所要打开的文件的文件名显示在标题栏中,比如打开TEST.TXT,如果用系统记事本打开的话,则记事本标题栏会显示这个名称,那么在VC.NET编程环境下,如果使用本代码后,就不会出现这种情况了,文件名被屏蔽掉了。-vc.net prevent displayed in the title bar of the document name, is not the file you want to open the file name displayed
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:26.38kb
    • 提供者:胡祖德
  1. animation

    0下载:
  2. VC++窗体动画启动效果,动画效果显示及隐藏窗口,介绍下如何使用动画效果来显示隐藏窗口。主要使用的是AnimateWindow函数。为了方便代码复用,已将其封装成一个窗口动画效果类。代码中的CenterWindow是用来将窗口居中显示的。-Start effect VC++ form animation, animation effects to show and hide the window, describes how to use animation to show a hidden w
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:918kb
    • 提供者:胡祖德
  1. UseNameSpace

    0下载:
  2. C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# using namespace NameSpace instance of a base, to form the command prompt console demo results, very basic C# ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:5.63kb
    • 提供者:胡祖德
  1. AboutStreamReader

    0下载:
  2. C#文件流读写TXT文件内容,基础的FSO文件操作源码,实现过程,先引入using System.Linq using System.IO命名空间,创建类,使用File.Exists判断所需读写的文件是否存在,然后使用StreamWriter读取文件内容,而后StreamReader显示文件内容,同时加入Exception异常处理相关操作。-C# file streams to read and write the contents of the TXT file, the FSO file o
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:7.59kb
    • 提供者:李有才
  1. UseDirectory

    0下载:
  2.  使用C#怎么创建文件和文件夹?这是一个完整的源码实例,你只需在文本框中输入文件夹的路径和名称,点击“创建”按钮,即可创建一个文件夹,程序的实现过程:判断输入的文件夹名称是否为空,然后使用Directory类的Exists方法判断要创建的文件夹是否存在,再使用Directory类的CreateDirectory方法创建文件夹,最后给出创建成功的提示。这是一个适合C#新手参考的基础FSO操作实例。-Using C# how to create files and folders? This is
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:15.56kb
    • 提供者:李有才
  1. TreeNavigate

    0下载:
  2. 一个VC++ Tree树状导航栏菜单的实现思路举例,用源代码来演示实现的过程,是个挺好的教学范例。本树菜菜单效果图如上示,图标有些大了,如果换成小图标,会更加精致哦。-The realization of a VC++ Tree tree navigation bar menu ideas for example, is a very good teaching example source code to demonstrate the process. Renderings of the t
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:24.35kb
    • 提供者:汪高峰
  1. TimerInvoke

    0下载:
  2. VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。-The timer applet VC++ compile source code to achieve relatively simple timer, again faster than the second, but this time frequency can be adjusted, as shown, clic
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:19.53kb
    • 提供者:汪高峰
  1. D3Ddemo9

    0下载:
  2. VC++游戏开发笔记系列配套源码,纹理映射演示demo之一 by浅墨,为三维世界添彩:纹理映射技术(一)源码实例下载,-Development of the VC++ game notes series supporting source, one of the texture mapping demo demo by shallow ink, texture mapping techniques (1) download the source code examples for the thr
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:339.31kb
    • 提供者:杨红华
  1. read

    0下载:
  2. VC++远程读写文件代码,初学者参考,通过指定的IP地址直接读取对应目录中的文件,网络路径就写在代码里,不过自己要修改一下,要确认网络中存在这个路径。这个例子其实挺简单的,适合初学者参考学习。-VC++ remote read and write files code reference for beginners, directly read files in the corresponding directory specified IP address, network path writ
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:18.96kb
    • 提供者:杨红华
  1. D3Ddemo10

    0下载:
  2. Visual C++游戏开发笔记系列配套源码,浅墨DirectX教程之十:游戏输入控制利器—— DirectInput专常   图标及图片素材-Visual C++ game development notes series supporting source, shallow ink DirectX Tutorial 10: Game input control weapon- the DirectInput designed often icons and photo material
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1014.53kb
    • 提供者:杨红华
  1. drag

    0下载:
  2. VC.NET实现无标题栏的窗体拖动,其实有窗体栏,不过很多可拖动的窗体都是按住标题栏才能拖动,按住窗体的其它地方并不能拖动,本例演示了按住窗体的其它地方也可以拖动窗体,也挺简单的。-VC.NET no title bar of the form drag, in fact, form bar, but many draggable form and hold the title bar to drag, press and hold the form elsewhere and can not
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:40.24kb
    • 提供者:陈春英
  1. cpu

    0下载:
  2. CPU和BIOS信息查询(VC++.NET源码),本源码可获取到CPU名称、CPU标识、CPU制造商名称、CPU主频、CPU核心个数、CPU是否支持3DNow技术、CPU是否支持MMX、是否提供有安全特性以及如何判断低档处理器的功能。为一些需要获取CPU信息的程序功能提供参考。-CPU and the BIOS information the query (VC++.NET source), the source available to the CPU name, CPU identifica
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:41.8kb
    • 提供者:陈春英
« 1 2 ... .60 .61 .62 .63 .64 49365.66 .67 .68 .69 .70 ... 58525 »
搜珍网 www.dssz.com