PDA

Click to See Complete Forum and Search --> : Function RegisterServiceProcess


razzaj
Nov 19th, 1999, 10:24 PM
i am making a program and want it to be invisible to the task list
there is a tip in misc. section of this site ...
which includes this function
Public Declare Function
RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long,ByVal dwType As Long) As Long

but the problem is vb 6 nor 5 could find it as if it is not in kernel32 .. i tried it on win 98 and 95

anyone has a clue???
- regards -
- razzaj -

John
Nov 20th, 1999, 03:14 AM
I had no problem with this in my Win98 system. However, there have been problems that other people have been having under NT. As a solution, set the TaskVisible property of the App object under NT. It has the same effect.


------------------
John Percival
Editor, VB-World.net
john@vb-world.net