webBrowser1 . Url = new Uri ( "http://www.google.com" );
while ( webBrowser1 . IsBusy ) Application . DoEvents();
string strDoc = webBrowser1 . DocumentText;