![]() |
Re: ASCII Code....hat wer ne Liste??
Moin SimOr,
nimm' Deine Lösung aus Deinem Eingangsposting, und ändere 'w' in ord('W') usw. (Wichtig: Es muss jeweils der Grossbuchstabe sein). |
Re: ASCII Code....hat wer ne Liste??
Delphi-Quellcode:
procedure TForm1.FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin if word = VkKeyScan('a') then // oder mit Pfeiltasten if word = VK_LEFT then |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:25 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz