![]() |
using outlook with word set as editor
I have developed two add-ins for MS word 2003 and MS outlook 2003 using vb 6.0.
the add-ins adds menus under the file menu in word and outlook respectively. the problem which i am facing is that whenever i am setting the word as as editor for outlook, the menu's displayed while creating/editing e-mail message under file menu are of add-ins corresponding to word integration add-ins and not of outlook integration add-ins |
using outlook with word set as editor
In the Word.WindowActivate event you can check for Window.EnvelopeVisible.
If true it's a WordMail window, if false a Word document window. That tells you if you need to enable or disable the UI in that window. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Dawn" wrote in message ... I have developed two add-ins for MS word 2003 and MS outlook 2003 using vb 6.0. the add-ins adds menus under the file menu in word and outlook respectively. the problem which i am facing is that whenever i am setting the word as as editor for outlook, the menu's displayed while creating/editing e-mail message under file menu are of add-ins corresponding to word integration add-ins and not of outlook integration add-ins |
All times are GMT +1. The time now is 12:32 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com