what control or how do you display the screens on the right hand side of a
control like infragisitcs Explorer Bar which is the same as the Outlook
navigation control on the left side of the screen. how is the different
screens loaded.
basically an app that has about 12 separate screens. i want the main screen
with a nav bar. each selected item in the nav bar would load the screen, but
i want it in the same spot as the prevoius screen. like outllook, calendar
then email...
In that case use MDI & DotNetFireball... Maybe you should also
consider docking (as seen in Visual Studio), I would recommend
WeifenLuo docking (I use it for example for log window or toolboxes).