Addin with own main menu entry

  • Thread starter Thread starter Rainer Queck
  • Start date Start date
R

Rainer Queck

Hello NG,

I am currently working on a addin for VS2005 to have a couple of funtions
available I need.
Now I would extend/improve my add in, and there I have a couple of
questions:

1.)
Currently my AddIn shows up as a sub-entry to Tools, but I would like to add
my own entry to the main menu in the same row with File, Project.....
How can I achieve this?

2.)
How can I add sub-menues (equivalant to "File->Open->...")

3.)
How can I add my own Icon(s) to the sub menues

Thanks for any hints, links and help on these questions.

Regards
Rainer Queck
 
1.)
Currently my AddIn shows up as a sub-entry to Tools, but I would like to add
my own entry to the main menu in the same row with File, Project.....
How can I achieve this?

See http://www.mztools.com/articles/2005/MZ003.htm
The code example shows this.
2.)
How can I add sub-menues (equivalant to "File->Open->...")

Maybe you find something on above page.
3.)
How can I add my own Icon(s) to the sub menues

http://www.mztools.com/articles/2005/MZ007.htm

For more information you can see the resources listed at
http://www.helixoft.com/blog/archives/28
 
Hi Peter,

thanks for the links! Looks like it is exactly what I need.

Regards
Rainer
 
Back
Top