Hide application from tasks list.
Hide application from tasks list.
Rate Hide application from tasks list.
(1(1 Vote))
'All you have to do is put "app.taskvisible = false" in any of the subs
'preferably the form_load and your application name is not added to the tasks list.
Private Sub Form_Load()
App.TaskVisible = False
End sub
Hide application from tasks list. Comments
No comments yet — be the first to post one!
Post a Comment