How to lock child window from resizing in MDI ?
-
How to lock child window from resizing in MDI ? I am using WTL + MDI/Dialog framework. - CMDIFrameWindowImpl --- CMDIChildWindowImpl ----- CDialogImpl i tried to set-up window styles (below) on creating... but child window then freezing :/ and i can do nothing with it (move/minimize) Style to setup for not-resizing window: ~WS_THICKFRAME; ~WS_MAXIMIZEBOX; i have example, but it built on Document/View technology... http://www.thecodeproject.com/dialog/resizeformtofit.asp ---------------------------- never stop coding.
-
How to lock child window from resizing in MDI ? I am using WTL + MDI/Dialog framework. - CMDIFrameWindowImpl --- CMDIChildWindowImpl ----- CDialogImpl i tried to set-up window styles (below) on creating... but child window then freezing :/ and i can do nothing with it (move/minimize) Style to setup for not-resizing window: ~WS_THICKFRAME; ~WS_MAXIMIZEBOX; i have example, but it built on Document/View technology... http://www.thecodeproject.com/dialog/resizeformtofit.asp ---------------------------- never stop coding.