Here is the code:
webBrowser1.Navigate(textBox1.Lines[0]); while (webBrowser1.IsBusy) { MessageBox.Show("11"); }
Boxing with the message does not climbs. Although the browser loads the page.
Here is the code:
webBrowser1.Navigate(textBox1.Lines[0]); while (webBrowser1.IsBusy) { MessageBox.Show("11"); }
Boxing with the message does not climbs. Although the browser loads the page.
Source: https://ru.stackoverflow.com/questions/77203/
All Articles