How to hide application window from taskbar?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I use MFC Visual C++ 4.2.

I have a main application A which will execute child application B. Both of them are GUI based. I must have B ran in "STEALTH" mode because users do not need to see the dialog, only the process is important. I have succeeded in hide it but the application window still DISPLAYED on the Taskbar.

How to remove it so that only A application window that appear on the Taskbar?

Thank you very much.


View the full article
 
Back
Top