-
Visual Basic for beginner
Visual Basic for beginner
- 2022-02-13 16:23:52下载
- 积分:1
-
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。...
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。-Wince5.0 using VC++2005 operating SQLCE3.0 database, create, open the database and data tables, the code after I test.
- 2022-05-15 05:11:05下载
- 积分:1
-
本人有特点的多线程编程实例
本人有特点的多线程编程实例-I have the characteristics of multi-threaded programming examples
- 2022-03-20 23:14:36下载
- 积分:1
-
创建Delphi按钮组件
创建分量 Delphi.This 示例中的按钮教你如何快速创建一个 Delphi 组件。简而言之,您可以开发组件在 objetc pascal 语言中最小的工作量。
- 2023-07-28 14:55:03下载
- 积分:1
-
C series of the small program, a very good thing.
用C++编的小程序,很好的。-C series of the small program, a very good thing.
- 2022-04-22 09:03:11下载
- 积分:1
-
jiandan输入法,ce环境下使用参考。欢迎交流
jiandan输入法,ce环境下使用参考。欢迎交流-jiandan input method, ce environment reference. Welcome the exchange of
- 2023-01-16 09:05:04下载
- 积分:1
-
c#写的一个多文档编辑器
c#写的一个多文档编辑器-written by more than one editor
- 2022-05-20 23:52:42下载
- 积分:1
-
图形绘画中的纹理文本
图形绘画中的纹理文本-graphic painting of the text texture
- 2022-02-25 18:39:08下载
- 积分:1
-
古典平面设计,实现了扩展总线的功能,双向
经典图形设计,实现总线IO扩张功能,双向输入输出。-Classical graphic design, to achieve the expansion bus IO functions, bi-directional input and output.
- 2022-01-26 06:52:49下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1