<?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: The MessageBox Explained</title>
	<atom:link href="http://www.daveoncsharp.com/2009/06/the-messagebox-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncsharp.com/2009/06/the-messagebox-explained/</link>
	<description>C# Programming Tutorials</description>
	<lastBuildDate>Fri, 03 Sep 2010 10:48:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Janet</title>
		<link>http://www.daveoncsharp.com/2009/06/the-messagebox-explained/comment-page-1/#comment-15</link>
		<dc:creator>Janet</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=101#comment-15</guid>
		<description>Useful information, Dave!  Thank you.</description>
		<content:encoded><![CDATA[<p>Useful information, Dave!  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.daveoncsharp.com/2009/06/the-messagebox-explained/comment-page-1/#comment-14</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=101#comment-14</guid>
		<description>Hi Janet,

The current .NET MessageBox does not allow you to customize the button text through its methods, although there are ways around this limitation.

Check out the following link for a good example. It&#039;s in VB.NET but you can easily convert it to C#.
&lt;a href=&quot;http://stackoverflow.com/questions/234774/custom-button-captions-in-net-messagebox/235497#235497&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/234774/custom-button-captions-in-net-messagebox/235497#235497&lt;/a&gt;

Personally, I would prefer to create my own custom dialog because I would have full control over its display properties. Below are two good examples: 
&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/e3eff8b6-dc23-46d2-8109-564f51cf786a/&quot; rel=&quot;nofollow&quot;&gt;http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/e3eff8b6-dc23-46d2-8109-564f51cf786a/&lt;/a&gt;
&lt;a href=&quot;http://dotnetperls.com/customized-dialog-windows&quot; rel=&quot;nofollow&quot;&gt;http://dotnetperls.com/customized-dialog-windows&lt;/a&gt;

Cheers
Dave</description>
		<content:encoded><![CDATA[<p>Hi Janet,</p>
<p>The current .NET MessageBox does not allow you to customize the button text through its methods, although there are ways around this limitation.</p>
<p>Check out the following link for a good example. It&#8217;s in VB.NET but you can easily convert it to C#.<br />
<a href="http://stackoverflow.com/questions/234774/custom-button-captions-in-net-messagebox/235497#235497" rel="nofollow">http://stackoverflow.com/questions/234774/custom-button-captions-in-net-messagebox/235497#235497</a></p>
<p>Personally, I would prefer to create my own custom dialog because I would have full control over its display properties. Below are two good examples:<br />
<a href="http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/e3eff8b6-dc23-46d2-8109-564f51cf786a/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/e3eff8b6-dc23-46d2-8109-564f51cf786a/</a><br />
<a href="http://dotnetperls.com/customized-dialog-windows" rel="nofollow">http://dotnetperls.com/customized-dialog-windows</a></p>
<p>Cheers<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janet</title>
		<link>http://www.daveoncsharp.com/2009/06/the-messagebox-explained/comment-page-1/#comment-13</link>
		<dc:creator>Janet</dc:creator>
		<pubDate>Wed, 01 Jul 2009 11:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=101#comment-13</guid>
		<description>I am looking for a way to customise the button text.  For instance, instead of Yes/No, I would like the button text to be &quot;Continue&quot; and &quot;Cancel&quot;.  I can write a custom form but that mean it won&#039;t look like native on both Windows XP and Vista.  Any tips?</description>
		<content:encoded><![CDATA[<p>I am looking for a way to customise the button text.  For instance, instead of Yes/No, I would like the button text to be &#8220;Continue&#8221; and &#8220;Cancel&#8221;.  I can write a custom form but that mean it won&#8217;t look like native on both Windows XP and Vista.  Any tips?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
