Click to See Complete Forum and Search --> : Hiding the Application in the Task Bar


Richard Patrick
May 10th, 1999, 08:39 AM
Hi,

I would like to hide an application from being displayed in the windows task bar. Any suggestions?

Regards

Richard Patrick

padreT
May 10th, 1999, 09:01 AM
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