
Hi
I want to create a custom wizard. Best way seems to be the usage of the Wizard wizard. What I want to do know is to Change the steps to be done depending on a value selected on the first step.
Is this possible and how?
*This post is locked for comments
I have the same question (0)Hi
It is in the MSDN documentation, on the bottom you can follow the links connected to the topic.
msdn.microsoft.com/.../aa636654.aspx
It will take you to the section where it shows how to control steps depending on user input values:
msdn.microsoft.com/.../aa887805.aspx
If you cannot find answers in the documentation, it is always the best to check how standard forms work by just clicking around in the modules to find something that looks similar to what you want to achieve.