Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS Tech Support » Saving size and positions of CExtResizableDialog's Collapse All
Subject Author Date
Mel Sampat Sep 9, 2005 - 3:30 PM

Is there a way to automatically save the size/positions of a resizable CExtResizableDialog’s and restore the same size the next time it is shown (modal)?

Technical Support Sep 10, 2005 - 11:44 AM

Yes, resizable dialog feratures saving/restoring its position. The main dialog in the ProfUIS_Controls sample application demonstrates this feature. Your dialog will automatically save/restore it positions, if you enable this feature by invoking the EnableSaveRestore() method in the OnInitDialog() method of your dialog class.