Wizard Dialogs (Save Dialog state) ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Need help on Wizard Model.. Like3 dialogs flowing from one to other (First Dialog (Changed data , some controls dynamically created) -> Second Dialog (Changed data , some controls dynamically created) -> Third Dialog) And when i want to come back from Second dialog to first the changed data and dynamic controls should exist on first dialog .. What is the best method to do so?