Keybindings C++

I

Ian Ormesher

I want to intercept a keypress in my Word addin and perform an internal
function. In VBA you can assign a macro to call with the keybindings.add
function. How can I do the same in my C++ program (I'm using ATL), but
instead of assigning a macro assigning an internal function?

Thanks

Ian Ormesher
 
Top