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]