I need a working sample of how to use the "SendInput" (as described in the WinAPI) method to emulate Unicode keystrokes. Most important is the fact that SendInput sample must be able to send Unicode strings even when the according keyboard layout isn't loaded or not present. For example, with the old SendKeys method I used to write "SendKeys ChrW(932)" to send a greek character. I' ve not been able to do this with SendInput.
SendInput function
Collapse
X
Comment