-
VC++ entry in simple terms and application of advanced code examples supporting...
深入浅出VC++入门进阶与应用实例配套的代码第一部分,用来作为入门的学习,很不错-VC++ entry in simple terms and application of advanced code examples supporting the first part of the study used as a portal, it is good
- 2022-02-07 16:40:49下载
- 积分:1
-
one on the use of C realization of the machine's case. Discussion of the gen...
一个关于用 C++ 实现本机事件的问题。讨论了一般意义上的事件并示范了如何用接口为你的类定义事件处理器,事件的处理必须在客户机实现。-one on the use of C realization of the machine"s case. Discussion of the general sense of the incident and demonstrated how to use interface for your class definitions incident processor, the handling of the incident must achieve the client.
- 2022-11-10 02:15:03下载
- 积分:1
-
FoxMessager 2.0
FoxMessager 2.0
- 2022-05-09 04:53:10下载
- 积分:1
-
一个资源编辑器,可以编辑二进制的资源文件。
一个资源编辑器,可以编辑二进制的资源文件。-a resource editor, can edit binary resource files.
- 2022-07-22 01:59:15下载
- 积分:1
-
window8风格自绘Button类
根据CButton 类派生的自绘按钮,学习了别人按钮的自绘方法,window8风格创建了我想要的按钮三种风格,鼠标悬浮,鼠标按下,鼠标离开,可以分别设置颜色字体等,有各自接口,你也可以自己创建接口
- 2022-08-26 11:16:01下载
- 积分:1
-
STM32F103 LED跑马灯实验代码
使用库函数调用,思路清晰,代码精简易懂。对于初学者来说是很好的练习学习资料。实验在keil5环境下操作。
- 2022-02-01 06:00:27下载
- 积分:1
-
音频编码的代码比较实用
音频编码的代码比较实用-useful source code about audio encode
- 2023-08-10 06:50:04下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
用来监控系统进程,如出现预定义拦截进程,则终止进程。通过ini文件载入拦截进程名,压缩文件中已带有一个事例ini文件...
用来监控系统进程,如出现预定义拦截进程,则终止进程。通过ini文件载入拦截进程名,压缩文件中已带有一个事例ini文件-Used to monitor system processes, where there is a predefined block the process, then terminate the process. Ini file loading process by blocking the name of the file has been compressed with an example ini file
- 2022-02-09 23:27:42下载
- 积分:1
-
vsniffer 可以获取http 等网络数据包。等信息,开发网络软件需要!...
vsniffer 可以获取http 等网络数据包。等信息,开发网络软件需要!-http access to vsniffer such as network packets. Information such as the development of network software required!
- 2022-05-16 22:39:39下载
- 积分:1