Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
howard liu
|
Oct 7, 2008 - 10:44 AM
|
Hi, I have implemented Porf-UI over many of the user interfaces in my application. These User Interfaces have resizable grippers at the right down corner. I would like to set a desired limit to minimize the user interface, i.e I do not want the user to minimize the user interface fully.Is it possible Thanks, Howard
|
|
Technical Support
|
Oct 9, 2008 - 6:44 AM
|
The CExtResizableDialog class is based on the CExtWA template. You should use the CExtWA::SetMinTrackSize() and CExtWA::SetMaxTrackSize() methods to limit resizing of your dialogs. These methods also affect the size of a maximized dialog window.
|
|