PDA

Click to See Complete Forum and Search --> : How to hide my program


wasiq
Jan 17th, 2000, 09:56 PM
Can anyone please tell me how to hide my program from running processes and tasklist.

Fox
Jan 17th, 2000, 10:01 PM
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...

------------------
fox_mccloud@gmx.net
...
Every program can be reduced to one instruction which doesn't work.

wasiq
Jan 18th, 2000, 06:06 PM
i cant get this thing to work, can anyone tell me how to use the about api?

Maartin
Jan 18th, 2000, 06:59 PM
Wasiq.

I have created a sample project for you just download it from the following url. http://www.freedrive.com/ASP/PostFolderShortcut.asp?fsc=2940490
The file is called Hide me.zip

Else mail me and i will mail it to you.

------------------
Have Fun.
Maartin.
dinamite@onwe.co.za
-----------------------



[This message has been edited by Maartin (edited 01-19-2000).]

wasiq
Jan 19th, 2000, 11:56 AM
isnt there any other way?