Addin with own main menu entry

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
 
P

Peter Macej

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
 
R

Rainer Queck

Hi Peter,

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

Regards
Rainer
 

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