email editor context menu 2007.

  • Thread starter Thread starter Harry
  • Start date Start date
H

Harry

Hi,
\Im trying to add a menu item to the right-click menu option on the
editor on an open email....i.e an extra item to Copy\paste\translate
options to the email editor.....I know that we need to use win32
methods to do tht....ive got a
handle to the window using spy++ of the editor but im not sure how to
proceed from there....any help or sample code is appreciated thanks!
 
I don't recall seeing any published information on hacking into the
Inspector context menus. You'd need to hook into all mouse clicks directed
to that window, check for a right-click and then you know you got the click.
Beyond that to add what you want to the context menu is where you're on your
own.
 
Back
Top