WM_KEYDOWN processed by the ActiveX parent - how to disable it
- by Cristian
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