I need to hide window(derived from CFrameWnd) or dialog from Win95/98 TaskBar, but don't know how to do this.
Plz... Help.
Printable View
I need to hide window(derived from CFrameWnd) or dialog from Win95/98 TaskBar, but don't know how to do this.
Plz... Help.
I need to know that as well...
I'm using the CSystemTray class from this site and the demo applet doesn't have a taskbar item - but I can't work out WHY it doesn't have one!
Nick.....
Hi!
Give your window the style WS_EX_TOOLWINDOW, then it won't be shown in the taskbar!
Gerald
This does not work in a Dialog Based application.
Any ideas?