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 » Property Sheet/Propery Tabs Collapse All
Subject Author Date
Dusan Gibarac Mar 27, 2007 - 3:48 PM

With MFC one can use Propery Sheet in two modes: DOModal() and SetWizardMode() what allows one to use first one when updating data via random tabs and the other one when entering data into tabs one by one orderly. Is there any sample for such functionality with Prof-UIS.

Thanks, Dushan.

Technical Support Mar 28, 2007 - 7:05 AM

There is a CExtResizablePropertySheet class in Prof-UIS which is an enhanced version of MFC’s CPropertySheet. You can take a look at how to use the wizard mode in the ResizablePropertySheet sample.