Hi
This is a bit embarrasing but I'm not sure of the standard way to design a Windows Mobile Winforms application. Most of my experience is in Asp.NET. In particular what is the normal way to navigate between screens? I guess one way would be to have one "main" screen and open any other forms as modal dialogs. Another way would be to instantiate the new form and call .Show() then call .Hide() on the parent form. I can't seem to find an example of the best approach. The application will have a lot of forms and it doesn't really have a single "main" form. Any advice to point me in the right direction would be appreciated. Ideally I would like a complex example Windows Mobile C# Winforms app with quite a lot of forms. All the examples seem to have just one or two forms.
Cheers Mark