Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Komisches Geräusch ebi Edit1KeyDown (https://www.delphipraxis.net/71845-komisches-geraeusch-ebi-edit1keydown.html)

EDatabaseError 21. Jun 2006 20:55

Re: Komisches Geräusch ebi Edit1KeyDown
 
Wie gesagt es geht nur mir KeyPress versuch mal das Akustikprofil auf Keine Töne zu stellen, aber ich denke nicht das es dann geht.

Union 21. Jun 2006 21:03

Re: Komisches Geräusch ebi Edit1KeyDown
 
Delphi-Quellcode:
Key := 0;
PeekMessage(Msg, 0, WM_CHAR, WM_CHAR, PM_REMOVE);

Green 21. Jun 2006 21:13

Re: Komisches Geräusch ebi Edit1KeyDown
 
was zur hölle is Msg???

Union 21. Jun 2006 21:29

Re: Komisches Geräusch ebi Edit1KeyDown
 
Zitat:

Zitat von Green
was zur hölle is Msg???

Das ist keine Hölle sondern:
Delphi-Quellcode:
var
   Msg : TMsg;
Zitat:

Zitat von Delphi Online Hilfe
lpMsg

Points to an MSG structure that contains message information from the Windows-based application queue.


Green 21. Jun 2006 21:32

Re: Komisches Geräusch ebi Edit1KeyDown
 
cool danke, jetzt gehts ^^


Alle Zeitangaben in WEZ +1. Es ist jetzt 19:32 Uhr.
Seite 2 von 2     12   

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