Search code examples
c#winformsuinavigationcontrollerconventions

How should I do a navigation screen in WinForms?


I want to build a navigation screen, just like installation shields has (next/previous stuff), maybe a bit more sophisticated.. How is this usually done in WinForms?

thanks :)


Solution

  • I think you're looking for a Wizard design.

    I've successfully used this one:

    Wizard Form Implementation

    CodeProject has many more. Try searching there.