Search:

Type: Posts; User: jmcilhinney

Search: Search took 2.81 seconds.

  1. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    I'm afraid that that is terrible advice. Never, ever call Application.DoEvents in a loop under any circumstances.
  2. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    There's not much to it really. If you were thinking that you wanted to do this:Private Sub Button1_Click(...) Handles Button1.Click
    WebBrowser1.Navigate("some URL")
    WaitForDocumentToLoad()...
  3. VS 2010 Re: How to tell web browser to wait for new page/specific url to load before continui

    The reason you can't find a way is because there isn't one. You don't "make it wait". You call Navigate and then you let it do its thing. When it finishes loading the page, it will tell you. It...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width