Howto remove taskbar icon of <font color = blue>CWnd</font> derived (Not <font color = blue>CDialog</font>!)
-
Howto remove taskbar icon of CWnd derived (Not CDialog!), created by
CWnd::CreateEx(WS_EX_TOPMOST,...,WS_POPUP)
. Plizzz do help!**--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
-
Howto remove taskbar icon of CWnd derived (Not CDialog!), created by
CWnd::CreateEx(WS_EX_TOPMOST,...,WS_POPUP)
. Plizzz do help!**--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
Have you tried removing the WS_EX_APPWINDOW style from your window. Otherwise you can add the WS_EX_TOOLWINDOW to your window. The only drawback to making your window a tool window is that you will get the mini-caption bar instead of the regular caption bar.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!