Hide TilteBar CMFCToolBar window
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How to Hide the TilteBar of a window Created Using CMFCToolBar in Floating Style
-
How to Hide the TilteBar of a window Created Using CMFCToolBar in Floating Style
You can try calling
ModifyStyle(WS_CAPTION, 0)
, but if you remove its title bar you loose the ability to meve it (and then you cannot dock it again by dragging its window near the main window border)...