Hi,
I would like to hide an application from being displayed in the windows task bar. Any suggestions?
Regards
Richard Patrick
Printable View
Hi,
I would like to hide an application from being displayed in the windows task bar. Any suggestions?
Regards
Richard Patrick
A solution for this problem is to specify the extended style of window w/ WS_EX_TOOLWINDOW. You can use this as parameter for API function CreateWindowEx or any wrapper from MFC.
This parameter specify that the window will not be in task bar.
For more information search on MSDN