How to build moveable toolbar?

  • Thread starter Thread starter Galaxia
  • Start date Start date
G

Galaxia

Hi,

I'm using C# in VS .Net 2003. How can I build movable toolbars as that in VS IDE, dragging and arranging them? More, how can the moveable toolbar be put into the same line of Menu, as that in IE.

Can anyone introduce some articles or source codes? Thanks.

--
"Forward Galaxia"
 
Infragistics NetAdvantage suite includes toolbars that are movable and
dockable and has full user-customziation already built in and has
multiple look-and-feel. We used them on a project and they're
wonderful (whole set is great).

http://www.infragistics.com

(new site stinks though)

HTH,

Sam
 
You could also try http://www.divil.co.uk/net

They are free for free programs.

James

Galaxia said:
Thank you very much. It's useful. But I still cannot find a way to
"lock" the toolbar after moving them. Did I miss anything?

--
"Forward Galaxia"

Check out Lutz Roeder's CammondBar for .NET

http://www.aisto.com/roeder/dotnet/

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://msmvps.com/windsor/

Galaxia said:
Hi,

I'm using C# in VS .Net 2003. How can I build movable toolbars as that in
VS IDE, dragging and arranging them? More, how can the moveable toolbar
be put into the same line of Menu, as that in IE.

Can anyone introduce some articles or source codes? Thanks.
 
Back
Top