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!
Printable View
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!
Private Sub Form_Load()
App.TaskVisible = False
End Sub