VB6: invicible .exe
Visual Basic
22
Posts
7
Posters
24
Views
1
Watching
-
Sry but I see no TaskVisible property from my form? :doh: *EDIT* ooh sry its APP.TaskVisible = false thanks a lot :rose:
-
Hey guys, if I start my project, I can see it in the taskmanager. Is it possible to make it just visible in the processes (not in the applications)??? :doh:
Use this statment:
App.TaskVisible = False
This statment will hide your form from applications list. And it can be seen at Process. If you Run it From IDE, it will not create any process. It is executed from IDE(vb6).