Tab Control 
Author Message
 Tab Control

How can I transfer data from a TabPage to another TabPage or from a TabPage
to the Main Dialog ?  TIA


Mon, 07 Nov 2005 00:35:25 GMT  
 Tab Control

Quote:

> How can I transfer data from a TabPage to another TabPage or from a TabPage
> to the Main Dialog ?  TIA

Store the data in member variables of the page's parent: the tab or
CPropertySheet, whichever you are using.  Each page can access its
parent by calling GetParent();

--
Scott McPhillips [VC++ MVP]



Mon, 07 Nov 2005 08:15:46 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. want tab control with tabs on bottom

2. Tab Control - disabling a tab

3. Moving the first tab in a tab control over a bit

4. Cannot press tab to move to a tab control after using WS_EX_CONTROLPARENT

5. Article: Implementing drag 'n drop tab sorting in a tab control

6. Tab Control Ctrl-Tab-Keys

7. Tab control: separate a tab

8. Disabling individual tabs on a tab control

9. Tab control and tab order

10. tabbing in subdialog of tab control of CDialog blows up

11. Adding a control to a tab control

12. Adding a control to a tab control

 

 
Powered by phpBB® Forum Software