Click to See Complete Forum and Search --> : How to hide window(dialog) from TaskBar


Bychkoff
April 8th, 1999, 01:51 PM
I need to hide window(derived from CFrameWnd) or dialog from Win95/98 TaskBar, but don't know how to do this.

Plz... Help.

Nick Gilbert
April 8th, 1999, 01:56 PM
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.....

Gerald
April 12th, 1999, 11:56 AM
Hi!
Give your window the style WS_EX_TOOLWINDOW, then it won't be shown in the taskbar!
Gerald

storm
July 2nd, 1999, 03:53 PM
This does not work in a Dialog Based application.

Any ideas?