Can somebody tell me how to "hide" a task from showing on the task bar? I create tooltip-window ( CWnd ) in my app and do not want to confuse the user with this "unknown" task on the task-bar.
Printable View
Can somebody tell me how to "hide" a task from showing on the task bar? I create tooltip-window ( CWnd ) in my app and do not want to confuse the user with this "unknown" task on the task-bar.
Make sure your ShowWindow() Call includes SW_HIDE.
Regards,
Paul Belikian
It is one of the extended styles of the CWnd Class, that has to do with tool windows, as far as I know it removes it from tab lists and task bars.