0

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

Ofir Hadad
  • 1,800
  • 3
  • 26
  • 47
  • 1
    Did you even read [Understanding and Working in Protected Mode Internet Explorer](http://msdn.microsoft.com/en-us/library/bb250462%28VS.85%29.aspx) ? – mbinette Nov 25 '12 at 06:44
  • yeah I already read that, And I want to try something else other than open a new application as a broker to fetch this data – Ofir Hadad Nov 25 '12 at 11:15

0 Answers0