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