Results 1 to 2 of 2

Thread: Hide App In Windows 2000???

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Hide App In Windows 2000???

    Can I hide my vb app in Windows 2000? I use a routine for windows 95/09/me but was told it will not work in w2k. I need to hide it from the ctrl-alt-del list.

    Any suggestions?

    Thanks!

  2. #2
    Hyperactive Member
    Join Date
    Dec 2000
    Location
    Denver
    Posts
    265
    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