-
vc interface development of the original multi
vc开发多种模式的界面原程序,关于控件间的拖动操作-vc interface development of the original multi-modality procedures, between the drag on the operation of controls
- 2022-03-17 20:53:53下载
- 积分:1
-
用C语言实现的求解输入两字串的相同子串个数及内容
用C语言实现的求解输入两字串的相同子串个数及内容-Using C language to solve the same input two string substring the number and content of
- 2022-06-26 08:28:55下载
- 积分:1
-
修改文件属性CHMOD的C源程序代码
修改文件属性CHMOD的C源程序代码-CHMOD modify file attributes of the C source code
- 2022-12-29 21:45:04下载
- 积分:1
-
Win32系统编程(第二版)随书光盘
Win32系统编程(第二版)随书光盘-Win32 System Programming (2nd edition) CD with the book
- 2023-09-06 22:05:04下载
- 积分:1
-
ShutUp lets you automate clean
ShutUp lets you automate clean-up tasks before shutdown. It can
clean out selected history lists, eject CDs, delete the files in
your TEMP directory, and run the programs you specify before
shutting down your computer. It also lets you schedule reminders
every day, one day a week, one day a month, or for a specific
date any time in the future.
- 2022-02-07 07:14:22下载
- 积分:1
-
use of this procedure : 1. You can monitor the computer running program, on your...
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
- 2022-02-13 15:25:41下载
- 积分:1
-
UIP Application Block PDF
UIP Application Block PDF
- 2022-03-03 15:40:47下载
- 积分:1
-
UDP Cliente make easy project
UDP Cliente make easy project
- 2022-01-25 23:04:39下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
The Safest Smart Pointer of the East
The Safest Smart Pointer of the East
- 2022-01-21 03:26:56下载
- 积分:1