How to develop a wizard dialog ?
Dear Sir/Madam,
I am working for a company in Vietnam as software designer. I am interested in the knowledge that you distributed to everyone. I learnt from you lots of Microsoft Visual C++ programming knowledge.
I would like to ask you a question regarding how to develop a wizard dialog using VC++:
I am developing a windows-application that will show a wizard to help user to do a task when user selects a menu item on menu bar. The problem here is I do not know how to develop a wizard dialog like Microsoft and some software did!
Could you please advise and send me an example source code? I am using Microsoft Visual C++ 6.0
Thanks so much for your help.
Looking forward to hearing from your responding.
Best regards,
Tuyen Phan
Software Designer
[email protected]
TMA Co., Vietnam
Re: How to develop a wizard dialog ?
Check out CPropertySheet and CPropertyPage for doing a "wizard" dialog.
Basically, the CPropertyPage and CPropertySheet is used to set this up, since a "wizard" is really a tab folder with the pages stacked directly on top of each other.
Regards,
Paul McKenzie
Re: How to develop a wizard dialog ?
Have a look to these sites:
www.itlibrary.com/library/0789708930/ch9.htm
www.xyon.com.au/felixb/mfcwiz.htm
HTH
K.
Ash to ash and clay to clay, if the enemy doesn't get you, your own folk may.
I've got it ! Thank you guys so much !
Thanks so much for your help !!!
I've got it ! Thank you guys so much !
Thanks so much for your help !!!
Tuyen Phan