SendInput function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ^Def_JaM^
    New Member
    • Jul 2006
    • 5

    #1

    SendInput function

    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.
  • BSOB
    New Member
    • Jul 2006
    • 77

    #2
    http://msdn.microsoft.com/library/de.../sendinput.asp

    may or may not help.

    Comment

    Working...