JimGolden
Aug 15th, 2000, 09:14 AM
I have an ActiveX application that has content sensitive help. My problem is preventing IE's help from displaying when F1 is pressed. When the application is running in the browser and a control in the app has the focus pressing the F1 key displays both the application's help topic and also Internet Explorer's help. Trapping key events in the control doesn't seem to work. The container asp page doesn't receive the event at all to trap it there either. Does anyone have any suggestions?