Board index » Visual Studio » Tab controls
|
tavano
|
Tab controls
Visual Studio306
How does one implement a tab control in a Visual Studio MFC application? In the old Win32 GUI days, when dialogs might be dynamically constructed by the application, PropertyPage API functions were used. I see Visual Studio [2005] dialog editor has a tab control object, which can be placed on a dialog box, but it appears impossible to manipulate the individual tab pages from the dialog editor. I am going to guess that separate dialogs must be created, which are then [somehow] attached to each tab page, perhaps when the application detects a particular tab page has been selected, and then performs a dlg.DoModal for the appropriate dialog on the appropriate tab page. Is this correct? Is there any doc or tutorial that addresses this process? Thanks. - |
