Click here to Skip to main content
15,894,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: api subversion Pin
David Crow19-Oct-05 4:09
David Crow19-Oct-05 4:09 
GeneralRe: api subversion Pin
Anehl19-Oct-05 4:26
Anehl19-Oct-05 4:26 
AnswerRe: api subversion Pin
vikas amin19-Oct-05 4:26
vikas amin19-Oct-05 4:26 
GeneralRe: api subversion Pin
David Crow19-Oct-05 4:37
David Crow19-Oct-05 4:37 
GeneralRe: api subversion Pin
Anehl19-Oct-05 4:37
Anehl19-Oct-05 4:37 
AnswerRe: api subversion Pin
Bob Stanneveld19-Oct-05 5:19
Bob Stanneveld19-Oct-05 5:19 
AnswerRe: api subversion Pin
S Douglas20-Oct-05 0:24
professionalS Douglas20-Oct-05 0:24 
QuestionExchange data between PropertyPages Pin
emma200019-Oct-05 1:26
emma200019-Oct-05 1:26 
Hi,
I want to create a wizard that as usual in a wizard shows the data from previous pages
in the last page as a kind of summary. And that is not working!

My program is a dialog-based MFC application, so I have a CMyDialog class (main class).
On this main dialog you can make a choice and then push the OK-button. Then the wizard appears.
Its definition is in the OnButtonOK()-function and is as follows (and easy):
<br />
		CPropertySheet PropSheet;<br />
		<br />
		CMyPropPage1 page1;<br />
		CMyPropPage2 page2;<br />
		CMyPropPage3 page3;<br />
		PropSheet.SetWizardMode();<br />
		PropSheet.AddPage(&page1);<br />
		PropSheet.AddPage(&page2);<br />
		PropSheet.AddPage(&page3);<br />
<br />


I CAN store all the data from the pages 1 & 2 into the member variables from my CMyDialog-class, but I can NOT show the data from pages 1 & 2 on page3 of my wizard Confused | :confused: !!!

How do I do that ???

Please help me, I have already tried so much, but none worked!

Thank you in advance Smile | :) !!!
AnswerRe: Exchange data between PropertyPages Pin
prasad_som19-Oct-05 2:02
prasad_som19-Oct-05 2:02 
AnswerRe: Exchange data between PropertyPages Pin
David Crow19-Oct-05 3:33
David Crow19-Oct-05 3:33 
GeneralRe: Exchange data between PropertyPages Pin
kiran janaswamy19-Apr-06 19:21
kiran janaswamy19-Apr-06 19:21 
QuestionRe: Exchange data between PropertyPages Pin
David Crow20-Apr-06 2:50
David Crow20-Apr-06 2:50 
AnswerRe: Exchange data between PropertyPages Pin
PJ Arends19-Oct-05 5:28
professionalPJ Arends19-Oct-05 5:28 
Questionproblem with _kbhit and i/o exception handling Pin
codeingit19-Oct-05 1:24
codeingit19-Oct-05 1:24 
AnswerRe: problem with _kbhit and i/o exception handling Pin
John R. Shaw19-Oct-05 10:05
John R. Shaw19-Oct-05 10:05 
Questionhow to add a new device and uninstall it in MFC? Pin
V.G19-Oct-05 0:59
V.G19-Oct-05 0:59 
QuestionPARALLEL CONTROL Pin
eriq19-Oct-05 0:50
eriq19-Oct-05 0:50 
AnswerRe: PARALLEL CONTROL Pin
vikas amin19-Oct-05 3:05
vikas amin19-Oct-05 3:05 
QuestionHow to map keyboard Event in a Dialogbar Pin
Manohar B. Srikanth19-Oct-05 0:35
Manohar B. Srikanth19-Oct-05 0:35 
QuestionCan Someone Explain Error Message Pin
sweep12319-Oct-05 0:21
sweep12319-Oct-05 0:21 
AnswerRe: Can Someone Explain Error Message Pin
toxcct19-Oct-05 0:26
toxcct19-Oct-05 0:26 
GeneralRe: Can Someone Explain Error Message Pin
sweep12319-Oct-05 0:45
sweep12319-Oct-05 0:45 
GeneralRe: Can Someone Explain Error Message Pin
prasad_som19-Oct-05 2:11
prasad_som19-Oct-05 2:11 
GeneralRe: Can Someone Explain Error Message Pin
toxcct19-Oct-05 2:28
toxcct19-Oct-05 2:28 
GeneralRe: Can Someone Explain Error Message Pin
prasad_som19-Oct-05 2:42
prasad_som19-Oct-05 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.