[python-win32] Re: Help on using win32api.SendMessage to send
keystrokes
Daniel F
nanotube at gmail.com
Thu Apr 7 17:14:01 CEST 2005
> Unicode Implemented as ANSI and Unicode versions.
>
> Which means: Call MapVirtualKeyA for ansi strings, MapVirutalKeyW for
> unicode strings.
aha! that works. :) never would have guessed just by looking at that
unicode line what it actually means...
> > Daniel, off to learn how to inject dll....
>
> Hehe. Good luck.
thanks, seems like im gonna need it...
-d
More information about the Python-win32
mailing list