Thema: Delphi Tastatur multilingual

Einzelnen Beitrag anzeigen

Gast
(Gast)

n/a Beiträge
 
#6

Re: Tastatur multilingual

  Alt 19. Jul 2003, 23:03
Hier mal ein Auszug aus dem PSDK ... wie wäre es denn erstmal mit dem Nachschauen in der Dokumentation? :

Zitat:
ToAscii
The ToAscii function translates the specified virtual-key code and keyboard state to the corresponding character or characters. The function translates the code using the input language and physical keyboard layout identified by the keyboard layout handle.

To specify a handle to the keyboard layout to use to translate the specified code, use the ToAsciiEx function.

ToAsciiEx
The ToAsciiEx function translates the specified virtual-key code and keyboard state to the corresponding character or characters. The function translates the code using the input language and physical keyboard layout identified by the input locale identifier.

ToUnicode
The ToUnicode function translates the specified virtual-key code and keyboard state to the correspondingUnicodecharacter or characters.

To specify a handle to the keyboard layout to use to translate the specified code, use the ToUnicodeEx function.

ToUnicodeEx
The ToUnicodeEx function translates the specified virtual-key code and keyboard state to the corresponding Unicode character or characters.
  Mit Zitat antworten Zitat