![]() |
How to write a porg without usable of the windows-key
Hello, i want to write a program which blocks the windows-key and any combination with it.
Did someone know an algorithm for doing this? I´d be very grateful Yours sincerely "Der Elch" |
Re: How to write a porg without usable of the windows-key
Hi,
You should use the search-function in the DelphiPraxis. There are a lot of examples for that, i think! All you need are hooks. MFG Lars Wiltfang Sorry für das schlechte Englisch, lern noch in der Schule^^ Soryy for the bad English! |
Re: How to write a porg without usable of the windows-key
np I´m too ^^
(schau ma auf den namen ...^^) |
Re: How to write a porg without usable of the windows-key
Sicher, dass Du es mit .NET machen willst und nicht mit Win32?
|
Re: How to write a porg without usable of the windows-key
Warum willst du die Taste sperren?
|
Re: How to write a porg without usable of the windows-key
Warum du auf Englisch schreibst finde ich viel interessanter^^
|
Re: How to write a porg without usable of the windows-key
nuja, das englisch war aus spaß un langeweile, aber sperren will ich die weil ich nen programm geschrieben hab, welches als art screensaver verwendet werden soll, das problem is windows+d un alt+tab zb funzen noch, womit die sicherheit nicht ausreichend gewährleistet ist.
das will noch beheben bevor ich mit der nächsten ergänzung für mein programm weitermachen will, denn ohne das is der rest sinnlos. |
Re: How to write a porg without usable of the windows-key
btw: is für die schule, soll heißen nix mit admin un iwelchen pfuschereien, was mein größtes problem is.
|
Re: How to write a porg without usable of the windows-key
Wie wäre es, wenn du den satz so formulieren könntest, dass ich ihn verstehe?
|
Re: How to write a porg without usable of the windows-key
was verstehst du daran nicht
|
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:54 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