I have managed to add buttons and command bars to several Office applications (so the applications can use my add-ins) using Interop services in VB.NET, but now I am trying to add a line to the menu that appears when you right click on a contact, and ofcourse I need thet menu item to raise the appropriate event in my add-in.
I tried finding examples for this on the net, and I managed to find how to get to the menu itself, but I can't add anything to it that works. Any ideas how to do it?
I tried finding examples for this on the net, and I managed to find how to get to the menu itself, but I can't add anything to it that works. Any ideas how to do it?