Click here to Skip to main content
15,885,899 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i have created an addin. My addin is now under the menupoint "extras".
On creating this project i named it "VS_ADDIN"

First, i want to change the name of the plugin so that the pluginname under "extras" changes.
I have tried it to change it in the connect.cs file.

I replaced "VS_ADDIN" with "xxx Services".

C#
Command command = commands.AddNamedCommand2(_addInInstance, "xxx Services hinzufügen", "xxx Services hinzufügen", "xxx Services hinzufügen", true, 6743, ref contextGUIDS, (int)vsCommandStatus.vsCommandStatusSupported + (int)vsCommandStatus.vsCommandStatusEnabled, (int)vsCommandStyle.vsCommandStylePictAndText, vsCommandControlType.vsCommandControlTypeButton);


I released the project and started VS again, but nothing changed.

And my second question is about how to set this addin into a new menupoint that i created.

Thank you

Greets niko
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900