I'm writing an IE add-on (ToolBar) with Winform and I need to get the mouse position and keyboard key press
And I don't get any Windows event while the IE is on Protected mode,
Even the protected override void OnLostFocus(EventArgs e)
is not working!
Is there a way to get Events from IE while in Protected mode?
Without the protected mode EVERYTHING is working fine!
Please don't reference me to this article: Understanding and Working in Protected Mode Internet Explorer