Property Sheet/Wizard 
Author Message
 Property Sheet/Wizard

Hi folks,
I have created a wizard using MFC Property Sheet. But how do I make the
wizard choose different steps (property pages) depending on the options
chosen on the previous page. THe wizard automatically runs thro the pages
added using AddPage and there seems to be no control on skipping pages.

Please help.

Cheers
Karthik



Sat, 15 Sep 2001 03:00:00 GMT  
 Property Sheet/Wizard
See the function in property sheets...

SetWizardButtons(..);

Cheers

Rajesh

Quote:

> Hi folks,
> I have created a wizard using MFC Property Sheet. But how do I make the
> wizard choose different steps (property pages) depending on the options
> chosen on the previous page. THe wizard automatically runs thro the pages
> added using AddPage and there seems to be no control on skipping pages.

> Please help.

> Cheers
> Karthik

--
          / 7
         /_(    Rajesh C K R
         |_|    Associate Senior Engineer
         |_|    
         |_|    Processor Systems Pvt Limited
         |_| /\ 24, Richmond Road
       /\|=|/ /
       \ |_| /  Ph  +91 80 2244883, +90 80 2273090
        ) _  \

      /  -=-o /
      \  /~\_/
       \/


Sat, 15 Sep 2001 03:00:00 GMT  
 Property Sheet/Wizard
Look at the documentation for the return values of OnWizardBack and OnWizardNext.

--
_______________________________________________________________
"What's the point in calling shots?  This cue ain't straight in line.
 Cueball is made of styrofoam and no one's got the time."
-  Robert Hunter
_______________________________________________________________

Timothy J. Ebben
Coordinator of Design Engineering Responsibilities (CODER)
Levon's Wake, Inc.
Phone: (612) 469-1446

Web: www.LevonsWake.com

----- Paul Bunyan - Best Damn Logger There EVER Was!

Supports remote message retrieval over the Internet, numerous languages (C/++, ASM, VB, Java, ASP, etc), over 25K
messages/sec, security, rich contextual information in each log message (severity, timestamp(s), component,
context, machine, process, module, file, line#, PID/TID, message), and MUCH more.

The industrial quality message logging system has arrived.
_______________________________________________________________

Quote:

>Hi folks,
>I have created a wizard using MFC Property Sheet. But how do I make the
>wizard choose different steps (property pages) depending on the options
>chosen on the previous page. THe wizard automatically runs thro the pages
>added using AddPage and there seems to be no control on skipping pages.

>Please help.

>Cheers
>Karthik



Sat, 15 Sep 2001 03:00:00 GMT  
 Property Sheet/Wizard

Quote:
>I have created a wizard using MFC Property Sheet. But how do I make the
>wizard choose different steps (property pages) depending on the options
>chosen on the previous page.

Karthik,

Here's what the help says:

"CPropertyPage::OnWizardNext

Return Value

0 to automatically advance to the next page;  1 to prevent the page
from changing. To jump to a page other than the next one, return the
identifier of the dialog to be displayed.
"

Dave
----
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.



Sat, 15 Sep 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Relative Newbie Question: DAO and Property Sheet Wizard

2. Help Button on Property Sheet Wizard

3. Property Sheet Wizards

4. Relative Newbie Question: DAO and Property Sheet Wizard

5. Property Sheet, wizard, context-sensitive help

6. Icon and property sheet wizard

7. Property Sheet (wizard)- Next goes to previous page

8. Help button in property sheet wizard

9. Done button during property sheet wizard

10. property sheet wizard - using Help button to throw modal dialog and not use .HLP

11. Creating Property Sheets and Property Pages w/o the Class Wizard

12. Property Sheet Wizard Back Performs Validation. Why?

 

 
Powered by phpBB® Forum Software