![]() |
Re: How to write a porg without usable of the windows-key
Zitat:
|
Re: How to write a porg without usable of the windows-key
äh ok, nochmal auf hochdeutschen:
nebenbei: das Programm ist für die Schule, d.h. ich hab keine administrationsrechte, daraus folgt ich kann auch nicht inder Registry oder wo auch immer etwas ändern. sonst noch Fragen? |
Re: How to write a porg without usable of the windows-key
|
Re: How to write a porg without usable of the windows-key
So geht's z.B.
Delphi-Quellcode:
Dazu brauchst du noch diese Komponente:
var wl:TKhWinLock;
.... wl:=TKhWinLock.Create(Form1); wl.noAltTab:=True; wl.noAltEsc:=True; wl.noCtrlEsc:=True; wl.noWinkeys:=True; wl.noTaskbar:=True; ![]() Viele Grüsse, Macci PS: Ctrl+Alt+Del kannst du damit übrigens unter Win XP nicht sperren. Dazu musst du entweder den Taskmanager in der Registry deaktivierenn oder einen eigenen Tastaturtreiber schreiben. Für beides dürften dir am Schulcomputer die nötigen Rechte dafür fehlen. |
Re: How to write a porg without usable of the windows-key
Hi, you can find a complete example
![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:24 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 by Thomas Breitkreuz