Setting focus to the WebBrowser control

W

wesley

Hello,

My application is hosting three WebBrowser control. What I am trying to do
is when the mouse move over one of the WebBrowser controls I want to set the
focus on that control so the mouse wheel can move correctly. At the moment I
have to click on the WebBrowser control itself to make the mouse wheel to
work. In addition to that, the WebBrowser control does not expose a
MouseMove/Over/Enter events. Does anyone know how to do this? Or maybe if
you can direct me to the right newsgroup.

Thanks
 
T

Travis

You could try using the mouse move event for your form, then using the
XY coordinates of you cursor to find when it is over each browser.
This does seem a bit clunky but it should work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top