<?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: Setting HTML for WebBrowser in C#</title>
	<atom:link href="http://starikovs.com/2009/11/25/set-html-webbrowser-csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://starikovs.com/2009/11/25/set-html-webbrowser-csharp/</link>
	<description>BLOG</description>
	<lastBuildDate>Mon, 24 May 2010 15:07:57 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cengiz</title>
		<link>http://starikovs.com/2009/11/25/set-html-webbrowser-csharp/comment-page-1/#comment-399</link>
		<dc:creator>Cengiz</dc:creator>
		<pubDate>Mon, 24 May 2010 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://starikovs.com/?p=155#comment-399</guid>
		<description>wb.AllowNavigation=true 
wb.DocumentText=&quot;&quot;;</description>
		<content:encoded><![CDATA[<p>wb.AllowNavigation=true<br />
wb.DocumentText=&#8221;";</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurian</title>
		<link>http://starikovs.com/2009/11/25/set-html-webbrowser-csharp/comment-page-1/#comment-240</link>
		<dc:creator>laurian</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://starikovs.com/?p=155#comment-240</guid>
		<description>You just have to wait a little for the document... try inserting, between navigate and write:

while (browser.Document == null &amp;&amp; browser.Document.Body == null) Application.DoEvents();


You can also set the html using browser.Document.Body.InnerHTML</description>
		<content:encoded><![CDATA[<p>You just have to wait a little for the document&#8230; try inserting, between navigate and write:</p>
<p>while (browser.Document == null &amp;&amp; browser.Document.Body == null) Application.DoEvents();</p>
<p>You can also set the html using browser.Document.Body.InnerHTML</p>
]]></content:encoded>
	</item>
</channel>
</rss>
