Using Artem Taturevych - Add in framework.
I am trying to add some menu items on the help screen - an "about" and check for updates. My menu items do not seem to appear. I am using the following code to test:
int test = App.AddMenu(0, "Your momma@View", 0);
test = App.AddMenuItem5((int)swDocumentTypes_e.swDocPART, this.AddInCookie, "Testing@Help", 0, "TestCallback", "", "Some hint", null);
Neither of these two menus appear. They do not appear on the Tool menu either.
I HAVE looked at the help example here. The
How would I add menu items to the help menu?
Eric,
I think you are on a right track. I think the only issue is you should use &Help or even better use this method to extract name: 2017 SOLIDWORKS API Help - Get Language and Localized Menu Names Example (VBA)
Sorry do not have SW at the moment to double check