AxSHDocVw.AxWebBrowser

  • Thread starter Thread starter Pengyu
  • Start date Start date
P

Pengyu

I host AxSHDocVw.AxWebBrowser in my C# application. It
generally works ok. However, the AxSHDocVw.AxWebBrowser
control sometime stucks and can not nevigate to other
URLs. What is the problem? BTW, the network connection is
ok.

Thanks a lot,

Pengyu
 
h
i have an application that do thing like that.after you do navigate you have to do some commands like i did
Navigate("https://google.com")
while (!wbl.IE.IsDocumentComplete()

System.Threading.Thread.Sleep(500)
Application.DoEvents()

isdocumentcomplete is my function that i check if the form has complete upload
 

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

Back
Top