titokma
Member
- Joined
- Oct 1, 2007
- Messages
- 5
- Programming Experience
- Beginner
Hide Application in Task Manager (in Applications tab Only)
Hello there,
I am trying to find a way in VB 2005 to hide my application in "Application Tab" of the task manager. Anyway I do not need to hide my application in "Processes Tab" of the task manager.
I can do that by setting "ShowInTaskBar" property to False, but it will also hide my application in the taskbar.
Is there a way to hide my application in "Application Tab" of task manager only, without hiding it in taskbar and "Processes Tab" of the task manager?
Thanks in advance for kind help.
Hello there,
I am trying to find a way in VB 2005 to hide my application in "Application Tab" of the task manager. Anyway I do not need to hide my application in "Processes Tab" of the task manager.
I can do that by setting "ShowInTaskBar" property to False, but it will also hide my application in the taskbar.
Is there a way to hide my application in "Application Tab" of task manager only, without hiding it in taskbar and "Processes Tab" of the task manager?
Thanks in advance for kind help.
Last edited: