Results 1 to 3 of 3

Thread: Hiding From The Windows 2000 Task List

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Anchorage, AK
    Posts
    2

    Thumbs up

    Does anyone know how to hide your vb application from the windows 2000 task list... I know how in Win 9x, but as for Win2k, it seems to be evading me....
    Last edited by Santonucci; Apr 4th, 2001 at 04:13 PM.
    - Santonucci

  2. #2
    Member susn's Avatar
    Join Date
    Feb 2001
    Location
    Dubai
    Posts
    48

    Task List

    Private Sub Form_Load()
    App.TaskVisible = False
    End Sub
    Will Hide the Application from the Tasklist.
    But it will be shown in the Processlist.
    I do not know a way to Hide it from the Processlist.
    Hope it helps.
    Cheers.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Anchorage, AK
    Posts
    2

    Talking

    You are too cool..though I feel a bit stupid about it now...here I am waiting to have to call the API and it's already a built in function of visual basic....

    It's okay, it can show in the Process List.
    Thank you much!

    -Steve
    - Santonucci

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