.Net toolbars

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
 
C

Carlos J. Quintero [.NET MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top