-
pop3 opo3
pop3 opo3
- 2023-08-11 21:00:03下载
- 积分:1
-
This program converts character to corresponding ASKII value
This program converts character to corresponding ASKII value
- 2022-02-22 04:52:45下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1
-
运动会管理系统源代码!
运动会管理系统源代码!-Games Management System source code!
- 2022-02-21 17:17:39下载
- 积分:1
-
项目代码。原名为棉阳冲击
系统测试用的。・
项目代码。原名为棉阳冲击
系统测试用的。・-item code. It was originally called Cotton Yang impact of system testing.
- 2022-02-04 09:17:17下载
- 积分:1
-
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子-TDBGrid demonstrations on how to use the data printed examples QuickRepot
- 2022-06-30 16:54:15下载
- 积分:1
-
实例10
实例10-端口扫描-10-port scanning
- 2022-02-16 09:28:32下载
- 积分:1
-
简易进销存(学习用) 绝对私人开发,并非上网抄袭
简易进销存(学习用) 绝对私人开发,并非上网抄袭-summary Invoicing (to study) absolutely private development, the Internet is not plagiarism
- 2022-01-22 03:23:56下载
- 积分:1
-
Achieved with VB puzzle game. There are two more difficult, is to picture divide...
用VB实现的拼图小游戏。有两种难度,是将图片分成九块或是16块。希望能对初学VB的朋友有些许帮助啊~-Achieved with VB puzzle game. There are two more difficult, is to picture divided into 9 or 16. Hope that the friends of the novice VB help somewhat ah ~
- 2022-01-25 15:47:31下载
- 积分:1
-
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
- 2022-08-11 05:55:04下载
- 积分:1