wizard development

H

Hank

Hi,
Microsoft provide a wizard class under System.Web.UI.WebControls.
Can I use it to implement the regular window's wizard(e.g device
installation wizard)?
Thanks
Hank
 
H

Herfried K. Wagner [MVP]

Hank said:
Microsoft provide a wizard class under System.Web.UI.WebControls.
Can I use it to implement the regular window's wizard(e.g device
installation wizard)?

No, these classes cannot be used for a Windows Forms-based wizard. Instead,
check out these samples:

<URL:http://www.codeproject.com/cs/miscctrl/tswizard.asp>
<URL:http://www.codeproject.com/cs/miscctrl/ak_wizard.asp>
<URL:http://www.codeproject.com/cs/miscctrl/magicwizard.asp>
<URL:http://www.sellsbrothers.com/tools/genghis/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top