.Net toolbars

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

Hi!
I was creating a toolbar for my application in C#
I want to create the toolbar which should have very similar to look n feel
as the one that is displayed in .net while writing the code.
I mean the toolbar should be floating
I do not want to use any third party tools.
I beleive this should be possible since the .Net framework itself has it so
there must be an option.

Any help will be greatly appreciated.

Abhishek
 
AFAIK, the VS.NET toolbars are borrowed from Office and are not available
for developers in this version of VS.NET. So, you need to use the ones of
the .NET Framework or to use 3rd party DLLs.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
Back
Top