CommandBar for VS.NET IDE

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

Guest

Hi

I want to customize our IDE. I developed some Add-ins and would like to create command bar to access them directly.
I'm not sure if the term of "command bar" is appropriat. I mean with it a group of icon like the standard one of VS.NET to create a new project or a new element ..

How can I to do ? Has someone a link for me

ti
Samuel
 
Samuel,

Yes, a command bar is exactly what you want. CommandBar objects are part
of the MS-Office addin API and this particular part of it is also used in
VS.NET addins.

The MSDN has documentation on it which will help, but your best bet is to
check out: http://groups.yahoo.com/group/vsnetaddin/

This is that VS.NET addin group on yahoo and some of the VS.NET
developers responsible for the addin technology hang out here. You'll find a
lot of useful information in the files section as well as the archive of
messages. The files section has examples, bug reports, how to's and so
forth. Hope that helps.

Pete

--
http://www.petedavis.net
Samuel said:
Hi,

I want to customize our IDE. I developed some Add-ins and would like to
create command bar to access them directly.
I'm not sure if the term of "command bar" is appropriat. I mean with it a
group of icon like the standard one of VS.NET to create a new project or a
new element ...
 
Back
Top