Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi keys (https://www.delphipraxis.net/35438-keys.html)

day 7. Dez 2004 10:04


keys
 
Hallo
Wieso werden Buchstaben wenn ich sie so ausgebe immer klein geschrieben?

Code:
    keybd_event( Ord( Keys[I]), 0, 0, 0 );
    Application.ProcessMessages;

    keybd_event( Ord( Keys[I]), 0, KEYEVENTF_KEYUP, 0 );

sakura 7. Dez 2004 10:06

Re: keys
 
Nutze mal einen ordentlichen Titel: Keys ist nicht aussagekröftig. :roll:

...:cat:...

nailor 7. Dez 2004 10:35

Re: keys
 
weil shift nicht gedrückt ist


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:10 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