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 » Methods Propertypage Collapse All
Subject Author Date
Vrinda Savargaonkar Apr 20, 2007 - 9:01 AM

Dear Sir

I am using CExtResizableDialog & CExtTabPageContainerWnd for developing propertysheet application.

So in that which method i use similar to CPropertyPage::SetModified();
when user changes any combobox item or edit something in dialog of property sheet.

thanks.


Technical Support Apr 20, 2007 - 10:15 AM

You should add the m_bModifed, GetModifed() and SetModifed() methods to your CExtResizableDialog-derived methods and use them in page dialogs.