|
-
Jul 16th, 2008, 05:19 AM
#1
Thread Starter
PowerPoster
global key hook?
I know there are ways of hooking keys into Windows from your app to catch the key pressed. thats all very well but what we want to do is to disable the use of the Windows key.
how can we do this? The reason is because this is a kiosk application and want to prevent users from pressing keys to try and see "behind the scenes"
how can I catch the Windows key at the application level and handle it, either allow the key or reject it.
thanks
-
Jul 17th, 2008, 03:47 PM
#2
-
Jul 17th, 2008, 03:57 PM
#3
Thread Starter
PowerPoster
Re: global key hook?
I found a way eventually, going to post the code tomorrow hopefully
-
Jul 20th, 2008, 05:21 PM
#4
Fanatic Member
Re: global key hook?
I believe there is a way to disable that key in the windows registry.
-
Jul 20th, 2008, 05:30 PM
#5
Thread Starter
PowerPoster
Re: global key hook?
well doing it through the registry is bad practice for a number of reasons:
1) the user may not want you to do that and interfere with the system
2) security issues when accessing the registry. What if the user was on a low permissions account?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|