I am partial to the Composite UI Application Block (CAB). See this site
for details:
http://practices.gotdotnet.com/projects/cab Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com [quoted text, click to view] "Bob Johnson" <A@B.COM> wrote in message
news:umcPZoH$GHA.5092@TK2MSFTNGP04.phx.gbl:
> I would like to provide the users of my Windows Forms (2.0) app with a
> 3-step wizard. What is a standard practice for building the wizard: one form
> with 3 GroupBox controls (with only one visible at a time)? Multiple Forms?
> Something else? I'd prefer to avoid a tabbed dialog.
>
> Just looking for ideas and considerations.
>
> Thanks!