-
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 -
-
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
[email protected]