![]() |
BlockInput function
Ich habe von einem Freund diese zwei Zeilen bekommen, um so die Eingabegeräte(maus, tastatur, ...) zu sperren.
Wie verwende ich ihn?
Delphi-Quellcode:
Bitte helft mir
function TForm1.Blockinput(fBlock: boolean): boolean; stdcall;
external 'user32.dll'; |
Re: BlockInput function
füge das einfach nach der implementation in deinen quelltext ein. dann kannst du das ganze über
BlockInput(true) aktivieren und mit BlockInput(false) deaktivieren! |
Re: BlockInput function
Habe ich gemacht, aber ich bekomme immer die Fehlermeldung:
"Der Prozedureinsprungpunkt 'TForm1.Blockinput' wurde in der DLL 'user32.dll' nicht gefunden" was kann ich da machen? |
Re: BlockInput function
Zitat:
|
Re: BlockInput function
Moin Geisi,
Du solltest das nicht als Methode von TForm1 deklarieren, sondern als normale Funktion. |
Re: BlockInput function
Habe den Code auch probiert (habe win2k) und der Fehler kommt trotzdem, egal wie ich das deklariere.
|
Re: BlockInput function
Moin Zusammen,
die Deklaration enthält zwei Fehler:
|
Re: BlockInput function
ja, so geht es...thx!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 08: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