Results 1 to 2 of 2

Thread: How to hide a process?

  1. #1
    Guest

    Question

    Does anybody know how to make a running prog invisible for the taskmonitor and other applications or when you press AL + STRG + DEL (win98 or win95)????
    THX in ANTICIPATION!!!!!!!!

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Thumbs up

    Jus make use the App object in VB and no API is require.

    Code:
    Private Sub Form_Load()
        App.TaskVisible = False
    End Sub

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