Can anyone please tell me how to hide my program from running processes and tasklist.
Printable View
Can anyone please tell me how to hide my program from running processes and tasklist.
To hide it in the tasklist you can use the API command for register it as service process:
-
Declare Function RegisterServiceProcess Lib "Kernel32.dll" (ByVal dwProcessId as Long, ByVal dwType as Long) As Long
'In Form_Load or Main function
RegisterServiceProcess(0, 1)
-
Sorry, but no idea how to hide it in process viewer...
------------------
[email protected]
...
Every program can be reduced to one instruction which doesn't work.
i cant get this thing to work, can anyone tell me how to use the about api?
Wasiq.
I have created a sample project for you just download it from the following url. http://www.freedrive.com/ASP/PostFol...sp?fsc=2940490
The file is called Hide me.zip
Else mail me and i will mail it to you.
------------------
Have Fun.
Maartin.
[email protected]
-----------------------
[This message has been edited by Maartin (edited 01-19-2000).]
isnt there any other way?