• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Disable Resize Window :: MFC

kuphryn

Senior member
Hi.

I have been wondering about the possibility of *disabling* resize feature in a window. For example, when a window is in restore setting, the user can change the size of the window via dragging one of its four size or four corners. I there a way to disable that feature completely? I am basically describing a dialog window without having to derive the class from CDialog.

In the program I am working on, I have disabled the maximize feature. The window stays restored throughout. However, the user can resize it. I would like to disable that feature too. The bottom line is the window looks better if it remains in its original settings (size).

Thanks,
Kuphryn
 
Back
Top