-
一个使用WINSOCK的实现PING命令的程序。
一个使用WINSOCK的实现PING命令的程序。-a use of Winsock PING command procedures.
- 2022-03-02 08:46:09下载
- 积分:1
-
本程序展示了如何创建并使用mfc动态链接库,实现截图的功能。...
本程序展示了如何创建并使用mfc动态链接库,实现截图的功能。-This procedure demonstrates how to create and use dynamic link library mfc to realize the function of shots.
- 2022-03-20 06:30:34下载
- 积分:1
-
Windows NT2000 32 capture word, delphi,with the help of mouse hook and winapi,th...
Windows NT2000 32位取词
delphi,利用鼠标钩子和winapi实现屏幕取词功能,无解压密码-Windows NT2000 32 capture word, delphi,with the help of mouse hook and winapi,this program can capture screen word.whithout unzip password.
- 2022-04-09 07:15:44下载
- 积分:1
-
可以统计文章的字数的软件,功能简单,适合学习使用
可以统计文章的字数的软件,功能简单,适合学习使用-article wordage software functions simple, suitable for learning to use
- 2022-02-25 14:22:05下载
- 积分:1
-
随时被其他程序通用的api接口,很简单也很实用 啊
随时被其他程序通用的api接口,很简单也很实用 啊-procedure at any time by other common api interface, very simple practical ah
- 2022-10-20 17:05:03下载
- 积分:1
-
汇编语言的好东西,,电子时钟显示
汇编语言的好东西,,电子时钟显示-language compilation good things, the electronic clock display
- 2022-02-04 02:07:19下载
- 积分:1
-
POEWRPOINT 嵌入vc中
将office中visio,powerpoint,visio,word,excel嵌入到对话框中,然后控制powerpoint播放次序
- 2022-03-10 06:31:59下载
- 积分:1
-
方便的读取矢量数据的类库 尤其是shape 数据的读写
方便的读取矢量数据的类库 尤其是shape 数据的读写-hope you download this lib hope you download this lib hope you download this lib hope you download this lib
- 2022-08-17 22:22:16下载
- 积分:1
-
这是一个用C语言实现的通讯录问题,可以直接运行
这是一个用C语言实现的通讯录问题,可以直接运行-This is a language with C
- 2022-05-15 18:47:37下载
- 积分: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