June 2nd, 1999, 10:22 AM
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.
|
Click to See Complete Forum and Search --> : Window June 2nd, 1999, 10:22 AM 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. Paul Belikian July 11th, 1999, 04:22 PM Make sure your ShowWindow() Call includes SW_HIDE. Regards, Paul Belikian July 11th, 1999, 10:19 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |