Hi Doug,
> I am not familiar with the technique using Windows API. Do you have some
> links to any examples?
No, I haven't, I'm sorry. The only people I've ever known who've managed to
do this successfully have been programming using C++. And they haven't
shared the details, once they've figured it out...
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
Klaus Linke - 18 Jun 2007 17:11 GMT
> Hi Doug,
>
[quoted text clipped - 5 lines]
> do this successfully have been programming using C++. And they haven't
> shared the details, once they've figured it out...
I've tried a while ago. IIRC, the problem was to not interfere with Word's
handling of the input (which would make say the spell checker fail).
On another forum, Rory suggested:
"My admittedly brief reading on the subject seems to indicate that if you
use the CallNextHookEx function, it will then simply pass the keystroke on
down the line so it will be processed normally after you have registered
it."
Haven't ever gotten it to work, but maybe CallNextHookEx may turn something
up on Google?
Klaus