Hi All,
Does anyone know how to remove the windows ICON from the title bar of a MODELESS dialog.
I tried remove the WS_SYSMENU flag but that takes away my ? and X at the right corner too...
Thanks in advance.
M.T
Printable View
Hi All,
Does anyone know how to remove the windows ICON from the title bar of a MODELESS dialog.
I tried remove the WS_SYSMENU flag but that takes away my ? and X at the right corner too...
Thanks in advance.
M.T
The Ex style WS_EX_TOOLWINDOW may be what you want.
Howard
Great, ws_ex_toolwindow works !!!
thanks!
MT