Navigation Bar in Outlook

  • Thread starter Thread starter Martin Zugec
  • Start date Start date
Hello

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.

TIA
 
What you exactly means by that? DotNetFireball is collection of
different controls - one of them is implementing also navigation bar
from Outlook...

I use it in one of my projects which is based on MDI...

Martin
 
Ok i was checking the screen capture on the site.

thanks again. I think MDI is what is was looking for...
 
Well, maybe you can describe what you want to achieve and I could
recommend you some additional components ;)
 
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).

Martin
 
Back
Top