hide application from task-bar, task-manager?
-
Q: how to keep my application from being listed in the task manager and/or the task bar? I think this is a relatively common need, but I can't find where it's documented. Secondly, how can I force a child process of mine (with its own top level window) to be hidden from the task manager? I am not able to alter source-code for this process. Am I up a creek here? Thanks in advance! Nick Hodapp
-
Q: how to keep my application from being listed in the task manager and/or the task bar? I think this is a relatively common need, but I can't find where it's documented. Secondly, how can I force a child process of mine (with its own top level window) to be hidden from the task manager? I am not able to alter source-code for this process. Am I up a creek here? Thanks in advance! Nick Hodapp
http://www.codeproject.com/docview/notaskbaricon.asp ================== The original message was: Q: how to keep my application from being listed in the task manager and/or the task bar?
I think this is a relatively common need, but I can't find where it's documented.
Secondly, how can I force a child process of mine (with its own top level window) to be hidden from the task manager? I am not able to alter source-code for this process. Am I up a creek here?
Thanks in advance!
Nick Hodapp