搜索资源列表
HideProcessFORXP2000
- 在2000和xp下,隐藏进程,VC6.0测试通过 在需要隐藏进程的时候#incoude\"HideProcess.h\",调用HideProcess()即可。-in 2000 and xp, hidden process, VC6.0 tested in the process need to hide when # incoude "HideProcess.h" Call HideProcess () can be.
hide
- 在2000和xp系统下,隐藏进程,VC6.0测试通过-VC6.0 test by 2000 and xp system, hidden process
ThreadCom
- XP VC6. 需要密集计算的工作由线程完成,计算完成后发送消息给主程序。-XP VC6.0. The mass calculation is done by thread. It send message to main process after calculation
ThreadMsg
- XP VC6。线程控制的示例程序。通过全局变量,改变其数值,从而控制线程的运行和退出。-XP VC6. It is demo program for thread control. The global variant is use in the main process. The thread can run or quit by value of global variant.