Results 1 to 2 of 2

Thread: Function RegisterServiceProcess

  1. #1

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261

    Post

    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 -

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

    Post

    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]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width