Mark Bergerson
Posts: 14
Joined: 2011-06-14
|
Hello,
Im currently making an addin for outlook and word 2003, and noticed the ADXOInspectorMainMenu that I have that puts two new buttons in the File menu is also putting those buttons into Words file menu. The ADXMainMenu that I have set up for Word is not even showing up, but I made an Excel ADXMainMenu that is exactly the same and it works. I have found this thread: http://www.add-in-express.com/forum/read.php?FID=5&TID=6568 but was wondering if there is a different/easier way of handling this? Thanks! |
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hello Mark,
No other way. Alas.
Andrei Smolin
Add-in Express Team Leader |
|
Mark Bergerson
Posts: 14
Joined: 2011-06-14
|
And this is just to make so both Word and Outlook dont show the components added to them in the addin in each other, right? Im currently just trying to get a button to show up in the file menu of word 2003, and am not able to. I followed the instructions in Step #7 - Customizing Main Menus in the adxnet documentation, and it worked for excel but not for word. Any ideas? Thanks! |
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Mark Bergerson wrote:
And this is just to make so both Word and Outlook dont show the components added to them in the addin in each other, right?
Yes, correct.
Mark Bergerson wrote:
it worked for excel but not for word.
Can you send me InitializeComponent from that add-in module? Please find the support e-mail address in readme.txt. Oh, makse sure your e-mail contains a link to this topic.
Andrei Smolin
Add-in Express Team Leader |
|