Jessica
2007-12-06 11:54:00 UTC
Hello All,
I have to start working on a 'Wizard' which will be developed as an MFC
extension DLL for an existing MFC application.
I was thinking about how the design of the wizard should be. Currently I am
planning to create a dialog, and put all the common UI elements like Next,
Back buttons and a left pane which shows all the steps with the currently
active step highlighted in it.
Now, the main viewing area of the wizard will have to change its contents
based on which step of the wizard the user is currently in. I am planning to
put all the controls which are required in all steps in there, and show/hide
them dynamically when user clicks Next button or Back button.
MFC experts, please comment on this kind of an apporach, and also let me
know if there is a better way around to design a wizard...!
Thanks In Advance!!
Jessy
I have to start working on a 'Wizard' which will be developed as an MFC
extension DLL for an existing MFC application.
I was thinking about how the design of the wizard should be. Currently I am
planning to create a dialog, and put all the common UI elements like Next,
Back buttons and a left pane which shows all the steps with the currently
active step highlighted in it.
Now, the main viewing area of the wizard will have to change its contents
based on which step of the wizard the user is currently in. I am planning to
put all the controls which are required in all steps in there, and show/hide
them dynamically when user clicks Next button or Back button.
MFC experts, please comment on this kind of an apporach, and also let me
know if there is a better way around to design a wizard...!
Thanks In Advance!!
Jessy