as you have seen before we have asp.net wizard componant for web application Is there any simple componant that im开发者_运维百科plements this method for windows application using c# language ?
This looks like a fairly decent implementation of one on CodeProject. The best bit about it is it's free :-)
DevExpress makes an XtraWizard control.
Note that it's not free.
There's not any built-in but here it is one on codeproject.com:
精彩评论