function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dukeduke 

Suppressing IE interpretation of "special/accelerator" keys

Hey There,

I have developed an sforce control (via MFC C++ ActiveX) and things are working great.  However, when the user presses certain keys - like the backspace key - IE processes the input before my control ever sees it.  In the case of the backspace key, for example, IE navigates back to the previous URL.  Does anyone know of a way to disable IE's interception of such keyboard input?

Thanks in advance,

Duke