|
-
June 15th, 2005, 02:31 AM
#1
Resize
Hi guys
I have this problem
I have got a project in Visual C++ that graphically consists of a mainframe that includes a toolbar a menu and a dialog box.
When I resize the window that contains the application I have to "block" the height and the width at a determinated dimension.For example the height cannot be < 100 and so the window when the resize achieves this dimension can not be minimized further.
Which function could help me?
-
June 15th, 2005, 02:48 AM
#2
Re: Resize
Have a look at CWnd::OnGetMinMaxInfo and WM_GETMINMAXINFO message.
-
June 15th, 2005, 02:50 AM
#3
Re: Resize
From my point of view use WM_GETMINMAXINFO()
message.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|