资源列表
[Windows编程] modreg
说明:VC操作查询注册表,简单的注册表操作示例程序,打开与路径subkey相关的 hKEY,第一个参数为根键名称,第二个参数表。表示要访问的键的位置,第三个参数必须为0,KEY_READ表示以查询的方式。访问注册表,hKEY则保存此函数所打开的键的句柄。hKEY为刚才RegOpenKeyEx()函数所打开的键的句柄,"RegisteredOwner"。表示要查询的键值名,User_Get保存所查询的数据。与RegQureyValueEx()类似,hKEY表示已打开的键的句柄,"RegisteredOw<wpudn23> 在 2025-06-19 上传 | 大小:18kb | 下载:0
[Windows编程] dialer
说明:VC++ 自制的宽带网络拨号程序,用户通过输入正确的宽带连接用户名和密码后,即可连接拨号,最下面是显示连接状态的,适时给出提示。要实现拨号程序的可参考。-After the VC++ homemade broadband network dialers, users connect the username and password by entering the correct broadband, dial-up to connect, and the bottom shows the co<wpudn23> 在 2025-06-19 上传 | 大小:29kb | 下载:0
[其他小程序] visifire_v3.0
说明:visifire_v3.0破解版 啊啊啊,走过路过不要错过啊,真真正正的好东西-Create a “Silverlight Application” project. Download the latest Visifire binaries from here. Extract the Zip file and add reference for the file named “SLVisifire.Charts.dll”. In this sample, I am going to use<YuanSong> 在 2025-06-19 上传 | 大小:1.18mb | 下载:0
[Windows编程] infocsvc
说明:类似聊天程序的VC C/S结构程序示例,包括客户端和服务端,服务端用来存储用户的登录信息,启动客户端后尝试连接服务器,验证正确后可发送和接收消息,是一个比较典型而且简单的CS框架结构例子,对于编写网络聊天程序还是有帮助的。-Similar chat program VC C/S structure of the program examples, including client and server, the server used to store the user s login info<wpudn23> 在 2025-06-19 上传 | 大小:52kb | 下载:0
[Windows编程] csremote
说明:CS结构的VC++远程控制程序源代码,类似于pcAnywhere的程序,程序分为主服务端和主控端。主控端也就是客户端,由用户发送指令到服务端后来控制受控计算机。因为服务端是安装在受控机上的,其程序原理与著名的远程控制软件PcAnywhere非常相似,只是只完成了基本功能,有兴趣的可自己扩展程序吧-VC CS structure++ remote control program source code, similar to the pcAnywhere program, the program<wpudn23> 在 2025-06-19 上传 | 大小:63kb | 下载:0
[Windows编程] queryip
说明:VC++自动搜索IP地址,使用 i:=1 to 254 do begin...end即可自动搜索地址,要知道这个IP地址是否中镖,可向它发一个字符串。如果接收到这个IP返回来的预定的字符串,如发出"我是长江",返回"我是黄河",就可以控制这个IP地址了。-VC++ automatically search IP address, use i: = 1 to 254 do begin ... end can automatically search for an address, if you w<wpudn23> 在 2025-06-19 上传 | 大小:17kb | 下载:0
[Windows编程] Hide
说明:VC++设计实现一个会隐藏的窗体,当点击窗口中的“退出”按钮时,程序看上去是关闭了,但实际上并没有真正退出,您还可以在任务管理器中找到它。若要真正关闭你还是要点击“关闭”按钮才行,或者从任务管理器中关掉进程。本功能经常被用到一些恶搞程序中,很多时候会被黑客利用,因此你了解了原理,就会明白如何去防范了。-VC++ design and implementation of a hidden form, click on the window when the "Exit" button, the p<kpudn37> 在 2025-06-19 上传 | 大小:17kb | 下载:0
[Windows编程] ftp
说明:VC FTP 上传下载文件客户端程序,通过设置FTP主机信息(IP地址、用户名、密码)等信息后,可连接到FTP服务器,连接成功后,可通过本FTP程序创建目录删除目录、改变当前目录、上传文件、下载文件、发送文件信息等操作功能,实现了一些基本的FTP操作。-VC FTP client program to upload and download files, by setting the FTP host information (IP address, user name, password) a<kpudn38> 在 2025-06-19 上传 | 大小:21kb | 下载:0
[Windows编程] transparent_dialog
说明:VC++实现的透明对话框,其原理类似于窗口透明,打开后,看不到窗口的标题栏和操作按钮,也没有状态栏和边框,就像一个透明的图片一样,可以看到对话框底层的内容。那怎么关闭了,我们可以按键盘上的“ESC”键退出程序。有VC6的,可重新编译测试。-VC++ implementation of transparent dialog, the principle is similar to the window and transparent, open, look at the title bar and<kpudn40> 在 2025-06-19 上传 | 大小:90kb | 下载:0