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 » CExtResizableDialog question Collapse All
Subject Author Date
Rado Manzela Nov 4, 2009 - 6:38 AM

Is there some function in CExtResizableDialog to save it’s size and position into registry, like CExtControlBar::ProfileBarStateSave for frame wnd? I can’t find it.


Thank you.

Technical Support Nov 4, 2009 - 9:13 AM

You should invoke the EnableSaveRestore() method near the end of your dialog’s OnInitDialog() virtual method.

Rado Manzela Nov 4, 2009 - 12:27 PM

Thank you!