Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataExchange between pages in a Property Cheat

Status
Not open for further replies.

reneb

Programmer
Aug 8, 2000
43
US
I am using a property sheet to create a wizard. In the first page the user will give several file names. One of these files determines the contents of a CList control in the next page. My problem is exchanging that filename from the first page to the second page in order to determine the contents. Any suggestions? Thanks in advance.<br><br>reneb
 
Dear reneb,<br><br>I would create an interface that provides access to all state information. Then you might implement the interface in the CPropertySheet derivation.<br><br>Allow each page to gain access to the interface for exchanging the data.<br><br>Good luck<br>-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top