webbrowser control

L

Learning.Net

Hi all,
I have a windows form application that has automated web browser
control.Its working fine when mouse cursor is over control but as soon
as mouse cursor is removed it stop processing .If again cursor is
moved over web browser control it start processing.i m really stucked
with it..Please help me.


Please let me know if you need any other information.
 
N

Nicholas Paldino [.NET/C# MVP]

Without seeing any code for the app, or the page that is in the control,
or how you are doing any processing, it is impossible to tell.

Can you fill us in with more of the details?
 
L

Learning.Net

Without seeing any code for the app, or the page that is in the control,
or how you are doing any processing, it is impossible to tell.

Can you fill us in with more of the details?

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




Hi all,
I have a windows form application that has automated web browser
control.Its working fine when mouse cursor is over control but as soon
as mouse cursor is removed it stop processing .If again cursor is
moved over web browser control it start processing.i m really stucked
with it..Please help me.
Please let me know if you need any other information.- Hide quoted text -

- Show quoted text -

hi,
I using window form having web browser control and i m parsing
and rendering of HTML documents in the WebBrowser control handled by
the MSHTML component to achieve automation.its working fine when mouse
cursor is over WebBrowser control but as soon cursor goes away from
control it stop navigating.Even the mouse cursor is over form it stop
navigating it works only cursor over control.
Please let me know if you need any other information...
 

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