B
Benjamin Lukner
Hi!
How do I generate german umlauts (äöüß)? They're not part of the
VirtualKeys. I couldn't find any documentation on how to use ScanCodes
with keybd_event(). I tried MapVirtualKey(), but I got empty results for
any parameters I tried. keybd_event(0, i, iUpDown, 0) also produced only
empty events.
Paul Tobey suggested to simulate ALT+Ascii-Code-Sequence, but that
doesn't work on a Pocket PC.
The SIP on a german PPC produces strange events. The KeyData is the same
for several different characters. But the characters themselves are OK...
Does anybody know what code is behind that SIP? How does it work (what
functions does it use)...?
Kind regards,
Benjamin Lukner
How do I generate german umlauts (äöüß)? They're not part of the
VirtualKeys. I couldn't find any documentation on how to use ScanCodes
with keybd_event(). I tried MapVirtualKey(), but I got empty results for
any parameters I tried. keybd_event(0, i, iUpDown, 0) also produced only
empty events.
Paul Tobey suggested to simulate ALT+Ascii-Code-Sequence, but that
doesn't work on a Pocket PC.
The SIP on a german PPC produces strange events. The KeyData is the same
for several different characters. But the characters themselves are OK...
Does anybody know what code is behind that SIP? How does it work (what
functions does it use)...?
Kind regards,
Benjamin Lukner