How do I make my dialog boxes have those thin title bars which only have a close button on the bar?
This is a discussion on Thin title bars within the Windows Programming forums, part of the Platform Specific Boards category; How do I make my dialog boxes have those thin title bars which only have a close button on the ...
How do I make my dialog boxes have those thin title bars which only have a close button on the bar?
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.
Create window/dialog with WS_EX_TOOLWINDOW extended style (called 'tool windows', unsurprisingly).
Last edited by Ken Fitlike; 08-04-2002 at 03:31 AM.
thanks
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.