Note that there are some explanatory texts on larger screens.

plurals
  1. POmultiple webbrowser navigation freeze problem
    text
    copied!<p>I have problem with multiple webbrowsers on form so i created simple form with 10 browsers in it and 1 button:</p> <pre><code> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click WebBrowser1.Navigate("http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/8a234c57-0872-469d-9b34-c89c54d3bed1") WebBrowser2.Navigate("http://msdn.microsoft.com/en-us/library/cc221403(VS.95).aspx") WebBrowser3.Navigate("http://www.thirdage.com/news/fran-crippen-dies-open-water-swimming-race_10-23-2010") WebBrowser4.Navigate("http://online.wsj.com/article/SB10001424052702303299304575569821760465604.html") WebBrowser5.Navigate("http://arstechnica.com/apple/news/2010/10/week-in-apple-small-laptop-edition.ars") WebBrowser6.Navigate("http://www.pcworld.com/article/208658/verizon_iphone_rumor_wont_die.html") WebBrowser7.Navigate("http://www.computerworld.com/s/article/9192578/Facebook_others_move_to_boost_social_net_innovation") WebBrowser8.Navigate("http://www.escapistmagazine.com/news/view/104656-BlizzCon-2010-Diablo-III-Wont-Be-an-E-Sport") WebBrowser9.Navigate("http://www.pcworld.com/businesscenter/article/208642/first_look_imovie_11.html") WebBrowser10.Navigate("http://www.latimes.com/news/nationworld/nation/la-na-turtles-20101023,0,7112487.story?track=rss") Application.DoEvents() End Sub </code></pre> <p>When I click button and try to drag form1 everything is none or slow responding.</p> <p>I see web site loading in browsers but nothing is responding on screen until loading of pages is finished. In the meantime my processor it goes to 90-100%</p> <p>I tested exe on my laptop and is working same.</p> <p>Is there any help against this or you are limited to 1 browser window?? </p> <p>Thanks,</p> <p>Mark</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload