-
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!...
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!-installation, put on the table pointing out the program shortcuts, how to do, I do!
- 2023-01-30 09:20:05下载
- 积分:1
-
很不错的vc++ mfc 树控件学习,和windows资源器一样。
很不错的vc++ mfc 树控件学习,和windows资源器一样。-Very good vc++ mfc tree control study, and the same browser windows resources.
- 2023-03-13 12:55:03下载
- 积分:1
-
VB获取系统信息的源程序,可以获取系统的硬件信息。
VB获取系统信息的源程序,可以获取系统的硬件信息。-VB source code to obtain system information, you can access the system" s hardware information.
- 2022-04-24 23:27:18下载
- 积分:1
-
ctrl2cap sample source
ctrl2cap sample source
- 2022-02-13 22:26:19下载
- 积分:1
-
指针,多线成,容器的使用,非常方便的使用介绍
指针,多线成,容器的使用,非常方便的使用介绍-Pointer, into a multi-line, container use, very convenient to use the introduction
- 2023-06-26 03:55:03下载
- 积分:1
-
获取指定文件的各种时间,包括创建时间、修改时间、访问时间等...
获取指定文件的各种时间,包括创建时间、修改时间、访问时间等-Access to a variety of time the specified file, including the creation time, modify time, access time, etc.
- 2022-02-15 06:16:40下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
本源代码是针对存储管理的设计,可直接用TC打开使用,有问题请与本人联系,共同探讨!...
本源代码是针对存储管理的设计,可直接用TC打开使用,有问题请与本人联系,共同探讨!-storage management design can be directly used with TC open, and I question, please contact, and explore together!
- 2022-02-06 23:43:16下载
- 积分:1
-
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。...
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。-In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.
- 2022-03-24 04:57:56下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 -This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.
- 2022-03-22 15:37:22下载
- 积分:1