Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSpy messages Pin
zego003-Oct-02 1:42
zego003-Oct-02 1:42 
GeneralRe: Spy messages Pin
jmkhael3-Oct-02 2:57
jmkhael3-Oct-02 2:57 
Generalfindfirst Pin
jerry0davis3-Oct-02 1:29
jerry0davis3-Oct-02 1:29 
GeneralRe: findfirst Pin
Mike Nordell3-Oct-02 2:16
Mike Nordell3-Oct-02 2:16 
GeneralRe: findfirst Pin
jerry0davis3-Oct-02 3:23
jerry0davis3-Oct-02 3:23 
GeneralDialog Box after Dialog Box Pin
Chun Te, Ewe3-Oct-02 1:07
Chun Te, Ewe3-Oct-02 1:07 
GeneralRe: Dialog Box after Dialog Box Pin
benjymous3-Oct-02 1:26
benjymous3-Oct-02 1:26 
GeneralRe: Dialog Box after Dialog Box Pin
Mariusz Popiolek3-Oct-02 1:28
sussMariusz Popiolek3-Oct-02 1:28 
Hi
So you want to do a wizard: dialog with Next, Prev and Finish button.
All you have to do is to use two classes: CPropertySheet and CPropertyPage. CPropertySheet will be used as a kind of container for the dialogs through which user will be able to iterate. In CPropertySheet look at the functions: SetWizardMode and SetWizardButtons. Add to you program one class that inherites from CPropertySheet and as many as you need classes that inherites from CPropertyPage(one class for every page in wizard). You can find comprehensive explanation in MSDN (start with classes CPropertySheet and CPropertyPage, that should be enoguh).

Greetings
Mariusz Popiolek
GeneralRe: Dialog Box after Dialog Box Pin
Debs3-Oct-02 2:15
Debs3-Oct-02 2:15 
GeneralRe: Dialog Box after Dialog Box Pin
Debs3-Oct-02 2:33
Debs3-Oct-02 2:33 
GeneralFile Decryption in VC++ by using DES Pin
hardmale_243-Oct-02 0:34
susshardmale_243-Oct-02 0:34 
GeneralPrinting Pin
candan3-Oct-02 0:00
professionalcandan3-Oct-02 0:00 
GeneralRe: Printing Pin
Stephane Rodriguez.3-Oct-02 0:19
Stephane Rodriguez.3-Oct-02 0:19 
GeneralMFC and ATL wizard order Pin
Debs2-Oct-02 23:03
Debs2-Oct-02 23:03 
GeneralRe: MFC and ATL wizard order Pin
Stephane Rodriguez.2-Oct-02 23:25
Stephane Rodriguez.2-Oct-02 23:25 
GeneralRe: MFC and ATL wizard order Pin
Debs2-Oct-02 23:55
Debs2-Oct-02 23:55 
GeneralRe: MFC and ATL wizard order Pin
Stephane Rodriguez.3-Oct-02 0:10
Stephane Rodriguez.3-Oct-02 0:10 
GeneralRanges in Excel Pin
Anonymous2-Oct-02 22:26
Anonymous2-Oct-02 22:26 
GeneralRe: Ranges in Excel Pin
Stephane Rodriguez.2-Oct-02 23:08
Stephane Rodriguez.2-Oct-02 23:08 
GeneralRe: Ranges in Excel Pin
Anonymous3-Oct-02 7:10
Anonymous3-Oct-02 7:10 
GeneralIMPLEMENT_SERIAL problem Pin
Stefan Larsson2-Oct-02 22:22
Stefan Larsson2-Oct-02 22:22 
GeneralRe: IMPLEMENT_SERIAL problem Pin
benjymous2-Oct-02 23:23
benjymous2-Oct-02 23:23 
GeneralRe: IMPLEMENT_SERIAL problem Pin
Stefan Larsson2-Oct-02 23:51
Stefan Larsson2-Oct-02 23:51 
GeneralRe: IMPLEMENT_SERIAL problem Pin
Tomasz Sowinski3-Oct-02 3:55
Tomasz Sowinski3-Oct-02 3:55 
GeneralRe: IMPLEMENT_SERIAL problem Pin
Stefan Larsson3-Oct-02 4:05
Stefan Larsson3-Oct-02 4:05 

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.