|
-
April 20th, 2006, 01:16 AM
#1
How to Disabling F1 Help Key
Hi Friends,
Please help me to solve this problem. I am trying Hook all the keyboard events for my application by using SetWindowsHookEx for all WH_KEYBOARD events .
I am sucessfull with this by trapping all the keys except F1 key.
I need as following
When my application is Up ,if I am pressing F1 Key from IE , it should not show the Help Window. I have to disable this Help.
Any Help on this would be greatly appreciated
Thanks in Advance
Jomy K D
-
April 20th, 2006, 03:13 AM
#2
Re: How to Disabling F1 Help Key
Did you try with the WH_KEYBOARD_LL hook?
Cheers
-
April 20th, 2006, 03:51 AM
#3
Re: How to Disabling F1 Help Key
Thanks for your response
Sorry it won't work for this . I hope it is for the Alt, Ctl, Esc etc. (System Key combinations).
Please let me know if you have any other ideas
Thanks and Regards
Jomy K D
-
April 20th, 2006, 06:35 AM
#4
Re: How to Disabling F1 Help Key
 Originally Posted by jomykd
Thanks for your response
Sorry it won't work for this . I hope it is for the Alt, Ctl, Esc etc. (System Key combinations).
Please let me know if you have any other ideas
Thanks and Regards
Jomy K D
Using WH_KEYBOARD_LL should work I just tested it and it looks ok, you can intercept the VK_F1 before it is getting to IE.
Cheers
-
April 24th, 2006, 12:44 AM
#5
Re: How to Disabling F1 Help Key
Thanks
It is working with WH_KEYBOARD_LL
Thanks
Jomy K D
-
April 24th, 2006, 02:11 AM
#6
Re: How to Disabling F1 Help Key
You are welcome 
Cheers
-
April 24th, 2006, 09:30 AM
#7
Re: How to Disabling F1 Help Key
Can I ask you why are you halting IE's Help feature ?
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
|