搜索资源列表
hp
- Private Declare Function HideCurrentProcess Lib \"hideproc.dll\" () As Long 真正隐藏进程-Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As Long truly hidden process
hp
- Private Declare Function HideCurrentProcess Lib "hideproc.dll" () As Long 真正隐藏进程-Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As Long truly hidden process
vb
- 模块! 调用方法 HideCurrentProcess 进程隐藏 还要配合 App.TaskVisible = False 不在任务管理器中显示 修改窗体属性VISIBLE为false 大家测试吧!经典好东西啊~-Module! Calling method HideCurrentProcess ' process, but also with hidden App.TaskVisible = False'
hideprocesses
- 在 XP/2K 任务管理器的进程列表中隐藏当前进程 原理直接调用 HideCurrentProcess()-Hidden process in XP/2K system VB code Hide the current process in the process list XP/2K Task Manager in Direct call HideCurrentProcess ()