Hi all,
I am using SetWindowPos to resize a MsgBox. The MsgBox window is resized in the WM_NCCALCSIZE msg and looks something like this :
![Name: Untitled.png
Views: 9
Size: 3.8 KB]()
As you can see, the msgbox zise is increased but the client area and its controls are not scaled in proportion.
What is the best way to achieve an increase in window size along with an increase in the window client area ? ... Something like when you perform a zoom on a window. Is there an API function to achieve this ?
Regards.
I am using SetWindowPos to resize a MsgBox. The MsgBox window is resized in the WM_NCCALCSIZE msg and looks something like this :
As you can see, the msgbox zise is increased but the client area and its controls are not scaled in proportion.
What is the best way to achieve an increase in window size along with an increase in the window client area ? ... Something like when you perform a zoom on a window. Is there an API function to achieve this ?
Regards.