How to create a wizard

  • Thread starter Thread starter WT
  • Start date Start date
Hi CS,

Do you mean that you want to create a Wizard to use with VS 2005? If so,
you should implement IDTWizard interface and create a .vsz file to interact
with Visual Studio. For more information on how to create a Wizard, you may
refer to the following link.

http://msdn2.microsoft.com/en-us/library/7k3w6w59.aspx

If I misunderstand you, please feel free to point it out.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Unless you're creating an add-in for VS2005 unfortunately no there
isn't. You can simulate one using panels... butyou have to handle all
the state yourself.
 
WT said:
It's a pity that there is no wizard control in VS2005, isn't it ?
CS

there are several more or less functional wizard controls floating around the internet. See CodeProject for several examples.

--
Thomas Due
Posted with XanaNews version 1.18.1.3

"I never give them hell. I just tell the truth and they think it's hell."
-- Harry S. Truman
 
Hi CS,

Thank you for your response.

I am sorry to tell you that there isn't such a wizard component for
WinForms application.

I find a custom wizard component on the CodeProject website, which is
written in VB.NET. You may refer to the following link to get more
information.

http://www.codeproject.com/vb/net/GNWizard.asp

Hope this helps.

Note: Since it is a 3rd party component, we are not resposible for its
safety and stability.

Sincerely,
Linda Liu
Microsoft Online Community Support
 
Back
Top