How would i make my exe not show up on the task list or processes in windows task magager?
Printable View
How would i make my exe not show up on the task list or processes in windows task magager?
how abt learning to use Forum search?:)
http://www.vbforums.com/showthread.p...hreadid=251960
http://www.vbforums.com/showthread.p...e+task+manager
Question: Why wouldn't you want it to show up in the Proccess Window?
When people ask such a question, it makes me wonder what they are trying to create...
Phreak
he might want it not visible because it may be a splash screen, or a form that doesnt need to take space on the Taskbar, not always what you think Phreak;)
Just set:
VB Code:
Me.ShowInTaskbar = False
to stop it showing up:)
ya its true i dont want users to see the program run but its not a virus or worm
yais in my code but it still shows upCode:app.taskvisible = false
grr i fell really dumb right now it had the code but it was at true :blush: