WM_KEYDOWN processed by the ActiveX parent - how to disable it
Posted
by Cristian
on Stack Overflow
See other posts from Stack Overflow
or by Cristian
Published on 2009-12-28T20:54:19Z
Indexed on
2010/05/31
4:02 UTC
Read the original article
Hit count: 384
Hi,
I implemented an IE plugin (ActiveX) that has some inputbox controls on it. Each time when I press TAB or Backspace, the container (main IE window) will also process those events. Is there any way to stop propagating the WM_KEYDOWN to the parent window?
Thanks, Cristian
© Stack Overflow or respective owner