WebBrowser1.Navigate("http://hanatyan.sakura.ne.jp/") ' 上記を実行すると、DocumentCompleted イベントが 3 回発生します。 ' 1 回目のイベントは http://hanatyan.sakura.ne.jp/menu.htm の読み込み完了を、 ' 2 回目のイベントは http://hanatyan.sakura.ne.jp/top.htm の読み込み完了を、 ' 3 回目のイベントは http://hanatyan.sakura.ne.jp/ の読み込み完了を通知しています。
WebBrowser1.Navigate("http://bbs.wankuma.com/")