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 |
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 |