I'm writing a C# application using WebBrowser to render some webpages. In these webpages, there are .xap SilverLight plugins.
Now I want to capture the mouse and keyboard events on the Silverlight plugin, and handle them in the C# application.
I tried and It seems the Events taking places in Silverlight dosen't trigger WebBrowser's listener.
Is there any way about this? Thanks.