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/)
-   -   Prism How to write a porg without usable of the windows-key (https://www.delphipraxis.net/110143-how-write-porg-without-usable-windows-key.html)

Luckie 14. Mär 2008 11:58

Re: How to write a porg without usable of the windows-key
 
Zitat:

Zitat von Der Elch
was verstehst du daran nicht

Den kompletten Satz. "un"? "iwelchen"? Was meinst dumit der aussage "nix mit Admin"? Und was für Pfuschereien meinst du?

Der Elch 14. Mär 2008 12:11

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?

mkinzler 14. Mär 2008 12:17

Re: How to write a porg without usable of the windows-key
 
Ja: http://www.delphipraxis.net/internal...=858425#858425

Es gibt sicher eine bessere Lösung

Macci 14. Mär 2008 20:17

Re: How to write a porg without usable of the windows-key
 
So geht's z.B.

Delphi-Quellcode:
var  wl:TKhWinLock;
....
wl:=TKhWinLock.Create(Form1);
wl.noAltTab:=True;
wl.noAltEsc:=True;
wl.noCtrlEsc:=True;
wl.noWinkeys:=True;
wl.noTaskbar:=True;
Dazu brauchst du noch diese Komponente:
http://www.torry.net/vcl/system/packs/KhUtilsD9.zip

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.

toms 15. Mär 2008 06:22

Re: How to write a porg without usable of the windows-key
 
Hi, you can find a complete example here to black the windows key combinations:


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz