R
raidevnet
My solution is a Word 2007 add-in with custom buttons in the ribbon.
The users want to access some functionality provided by the add-in from a
context menu.
I've found article that describes how do do this in VBA.
http://gregmaxey.mvps.org/Customize_Word2007_SC_Menu_Programatically.htm
'Identify the module and procedure to run
.OnAction = "MySCMacros.RunMyFavMacro"
Is it possible to follow the same idea in .NET and, is so, how can I specify
the handler in the add-in rather than a macro.
--raidevnet
The users want to access some functionality provided by the add-in from a
context menu.
I've found article that describes how do do this in VBA.
http://gregmaxey.mvps.org/Customize_Word2007_SC_Menu_Programatically.htm
'Identify the module and procedure to run
.OnAction = "MySCMacros.RunMyFavMacro"
Is it possible to follow the same idea in .NET and, is so, how can I specify
the handler in the add-in rather than a macro.
--raidevnet