Movable/Dockable Toolbar

  • Thread starter Thread starter z.sessions
  • Start date Start date
Z

z.sessions

You know how Visual Studio has several toolbars, and each one is
movable, just grab it on the left side and drag it around?

How do I create such toolbars in my application?

Using VS2008/.NET 3.5
 
You know how Visual Studio has several toolbars, and each one is
movable, just grab it on the left side and drag it around?

How do I create such toolbars in my application?

Using VS2008/.NET 3.5

If you just want to use them you can buy a package. There are
probably more than a few but we've been using Qios for 3+ years and I
generally have very few problems with them and they have many
different solutions within their package.
http://www.qiosdevsuite.com/
 
You know how Visual Studio has several toolbars, and each one is
movable, just grab it on the left side and drag it around?

How do I create such toolbars in my application?

Using VS2008/.NET 3.5

Put a ToolStripManager on your form. (I think that's what it's called; don't
have VS open at the moment.)
 
Back
Top