<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WebBrowser.DocumentComplete Firing Multiple Times: Solution</title>
	<atom:link href="http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/</link>
	<description>Wouldn&#039;t you rather be writing code?</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:41:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shortwire</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-2285</link>
		<dc:creator>shortwire</dc:creator>
		<pubDate>Sat, 19 Dec 2009 08:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-2285</guid>
		<description>Thx bro. Worked perfect!</description>
		<content:encoded><![CDATA[<p>Thx bro. Worked perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emre</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-1798</link>
		<dc:creator>Emre</dc:creator>
		<pubDate>Mon, 16 Nov 2009 05:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-1798</guid>
		<description>Thank you, Anthony. I was going crazy because of a bug, till I discovered that WebBrowser.DocumentComplete was firing multiple times. Then found your solution just in time :)</description>
		<content:encoded><![CDATA[<p>Thank you, Anthony. I was going crazy because of a bug, till I discovered that WebBrowser.DocumentComplete was firing multiple times. Then found your solution just in time <img src='http://thepursuitofalife.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahriar khazaie (360.yahoo.com/shahriarplus)</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-1110</link>
		<dc:creator>shahriar khazaie (360.yahoo.com/shahriarplus)</dc:creator>
		<pubDate>Sat, 18 Apr 2009 20:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-1110</guid>
		<description>I want notice that when you disable the IE Javascript (ActiveScripting) ,  IE fires DocumentComplete one time actually.</description>
		<content:encoded><![CDATA[<p>I want notice that when you disable the IE Javascript (ActiveScripting) ,  IE fires DocumentComplete one time actually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthonyrstevens</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-1082</link>
		<dc:creator>anthonyrstevens</dc:creator>
		<pubDate>Thu, 26 Mar 2009 03:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-1082</guid>
		<description>Hm...I don&#039;t think so.  It has to run in a UI thread, but it doesn&#039;t necessarily have to be in a WinForm.</description>
		<content:encoded><![CDATA[<p>Hm&#8230;I don&#8217;t think so.  It has to run in a UI thread, but it doesn&#8217;t necessarily have to be in a WinForm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahriar khazaie</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-1080</link>
		<dc:creator>shahriar khazaie</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-1080</guid>
		<description>your WebBrowser Control should be visible in a form to work truly.
so the command &quot;Dim MyWebBrowser As New WebBrowser&quot; does not work .</description>
		<content:encoded><![CDATA[<p>your WebBrowser Control should be visible in a form to work truly.<br />
so the command &#8220;Dim MyWebBrowser As New WebBrowser&#8221; does not work .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confused About ReadyState</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-422</link>
		<dc:creator>Confused About ReadyState</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-422</guid>
		<description>I&#039;m trying to get the HTML DOM. So, I am using the WebBrowser control to navigate to a URI, then looping until ReadyState is Complete. The code below doesn&#039;t seem to work. Any ideas why?

Dim MyWebBrowser As New WebBrowser
MyWebBrowser.Navigate(&quot;http://www.msn.com/&quot;) &#039; Apparently, this does nothing

&#039; Loops infinitely
While MyWebBrowser.ReadyState  WebBrowserReadyState.Complete
End While

&#039; Ultimately, this is what I really need
Dim MyHtmlDocument As HtmlDocument = MyWebBrowser.Document</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get the HTML DOM. So, I am using the WebBrowser control to navigate to a URI, then looping until ReadyState is Complete. The code below doesn&#8217;t seem to work. Any ideas why?</p>
<p>Dim MyWebBrowser As New WebBrowser<br />
MyWebBrowser.Navigate(&#8221;http://www.msn.com/&#8221;) &#8216; Apparently, this does nothing</p>
<p>&#8216; Loops infinitely<br />
While MyWebBrowser.ReadyState  WebBrowserReadyState.Complete<br />
End While</p>
<p>&#8216; Ultimately, this is what I really need<br />
Dim MyHtmlDocument As HtmlDocument = MyWebBrowser.Document</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotmad</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-421</link>
		<dc:creator>Dotmad</dc:creator>
		<pubDate>Sat, 29 Mar 2008 20:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-421</guid>
		<description>Trackback from http://www.dotmad.net/2008/03/webbrowserdocumentcompleted-and.html</description>
		<content:encoded><![CDATA[<p>Trackback from <a href="http://www.dotmad.net/2008/03/webbrowserdocumentcompleted-and.html" rel="nofollow">http://www.dotmad.net/2008/03/webbrowserdocumentcompleted-and.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frequency</title>
		<link>http://thepursuitofalife.com/webbrowserdocumentcomplete-firing-multiple-times-solution/comment-page-1/#comment-420</link>
		<dc:creator>Frequency</dc:creator>
		<pubDate>Sun, 24 Feb 2008 06:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2007/12/29/webbrowserdocumentcomplete-firing-multiple-times-solution/#comment-420</guid>
		<description>Great solution, thanks a lot bro.</description>
		<content:encoded><![CDATA[<p>Great solution, thanks a lot bro.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
