I'm writing a kiosk program and was wondering what the best way for me to navigate through multiple windows forms. For example, the main page is going to display buttons; clicking those buttons will bring up a new form. Is MDI the best way to go?
Requirements are preventing me from using ASP, so this has to be strictly a compiled C# app.
Thanks for any advice.