![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: context, menu, preview, rtf, window, work |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have added a submenu to the context menu for the message preview window and it works fine as long as the message in the preview window is an HTML document window. I saw a nice example at http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for HTML windows. However for an RTF window it does not work. When I right click directly IN the preview window - when it is an RTF window - I do not see the context menu item in the command bar items. Does anybody know how I can modify the context menu (when clicking in the preview window) when the message is an RTF message? If I click on any other of the panes I get the context menu. But when I click directly in the RTF message window I do not. Any suggestions would be greatly appreciated. Thanks |
| Ads |
|
#2
|
|||
|
|||
|
I solved my own problem by writing a whole bunch of code. The only way to do
this by going into the windows API and finding the control window and hooking. This is not something the novice windows programmer should attempt. I hope Outlook 2007 is improved and will provide some necessary plugin logic. "Tom at GSD" wrote: Hi, I have added a submenu to the context menu for the message preview window and it works fine as long as the message in the preview window is an HTML document window. I saw a nice example at http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for HTML windows. However for an RTF window it does not work. When I right click directly IN the preview window - when it is an RTF window - I do not see the context menu item in the command bar items. Does anybody know how I can modify the context menu (when clicking in the preview window) when the message is an RTF message? If I click on any other of the panes I get the context menu. But when I click directly in the RTF message window I do not. Any suggestions would be greatly appreciated. Thanks |
|
#3
|
|||
|
|||
|
Outlook 2007 provides interfaces for several Application-level context menus.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tom at GSD" wrote in message ... I solved my own problem by writing a whole bunch of code. The only way to do this by going into the windows API and finding the control window and hooking. This is not something the novice windows programmer should attempt. I hope Outlook 2007 is improved and will provide some necessary plugin logic. "Tom at GSD" wrote: Hi, I have added a submenu to the context menu for the message preview window and it works fine as long as the message in the preview window is an HTML document window. I saw a nice example at http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for HTML windows. However for an RTF window it does not work. When I right click directly IN the preview window - when it is an RTF window - I do not see the context menu item in the command bar items. Does anybody know how I can modify the context menu (when clicking in the preview window) when the message is an RTF message? If I click on any other of the panes I get the context menu. But when I click directly in the RTF message window I do not. Any suggestions would be greatly appreciated. Thanks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching contacts through e-mail address context menu | Petr | Outlook - Using Contacts | 1 | June 21st 06 10:08 PM |
| Saving mail (.msg) after clicking context menu button | davemode | Outlook and VBA | 0 | June 12th 06 03:30 PM |
| adding a context menu in Outlook | donald | Add-ins for Outlook | 6 | May 3rd 06 02:49 PM |
| How do I add a new option in the context menu(Outlook)? | Outllok - context menus aad ins | Outlook - Using Forms | 5 | March 16th 06 03:47 PM |
| Context Menu not present | Mono | Outlook Express | 5 | February 7th 06 07:22 PM |