CodeItBetter Programming Another VB Programming Blog

How to hide your exe file from Task Manager Applications Tab

Posted on January 4, 2009
1
2
3
4
'Forms - How to hide your exe file from Task Manager Applications Tab
Private Sub Form_Load()
    App.TaskVisible = False
End Sub
Filed under: Forms Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.