Drageable toolbar?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Is it possible to make a toolbar that is able to be dragged in C#? MFC toolbar has this nice feature, but I cannot find any property in C# toolbar to do similar thing
Thanks

Michael
 
Hi Michael

There are some products out there that do the things you want to do:
http://www.codejock.com/products/commandbars/

There is also a site which contains such things with full source code:
http://www.codeproject.com/cs/menu/

But I wouldn't be surprised if such a thing would be added to the next .NET
framework in the near future ;-)

Good luck,
Peter

Michael said:
Hi,
Is it possible to make a toolbar that is able to be dragged in C#? MFC
toolbar has this nice feature, but I cannot find any property in C# toolbar
to do similar thing?
 
Back
Top