CStatusBar trick?
-
I've got an SDI app with the usual status bar. But I've also added another status bar, which is placed above the ordinary one. The second one also has the "size grip" in the bottom right corner to resize it with. How do I get rid of this resizing feature? I do not want the user to resize the status bar. Cheers,
/FredrikSonork ID: 100.11430:PhatBoy
-
I've got an SDI app with the usual status bar. But I've also added another status bar, which is placed above the ordinary one. The second one also has the "size grip" in the bottom right corner to resize it with. How do I get rid of this resizing feature? I do not want the user to resize the status bar. Cheers,
/FredrikSonork ID: 100.11430:PhatBoy
-
take a look at CBRS_SIZE_DYNAMIC and CBRS_SIZE_FIXED when you create the second status bar. You might need to take care to give it an unique ID too, but probably only if you are using LoadBarState().
mcsellski wrote: take a look at CBRS_SIZE_DYNAMIC and CBRS_SIZE_FIXED when you create the second status bar. But then it does not display at all? Cheers,
/FredrikSonork ID: 100.11430:PhatBoy