<?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"
	>
<channel>
	<title>Comments on: VB.NET: MsgBox() or MessageBox.Show()?</title>
	<atom:link href="http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/</link>
	<description>Randomised nonsense.</description>
	<pubDate>Thu, 20 Nov 2008 14:11:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Pwhndvve</title>
		<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-43975</link>
		<dc:creator>Pwhndvve</dc:creator>
		<pubDate>Sat, 09 Aug 2008 16:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/archives/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-43975</guid>
		<description>Thousands and look closer &lt;a href="http://bebo.com/CytotecB9/" rel="nofollow"&gt;buy cytotec&lt;/a&gt; meat steamed held.</description>
		<content:encoded><![CDATA[<p>Thousands and look closer <a href="http://bebo.com/CytotecB9/" rel="nofollow">buy cytotec</a> meat steamed held.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gringod</title>
		<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-14096</link>
		<dc:creator>gringod</dc:creator>
		<pubDate>Thu, 21 Dec 2006 11:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/archives/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-14096</guid>
		<description>Hi Elango,

First up I must ask why you are wanting to create your own message box control?  If it is to just make it appear different to the standard windows one (but not work differently) then I would beg you to use the standard windows message box.  It really winds me up when developers change interface standards just for the sake of "being different".

If, however you need a message box that requires functionality that is not provided by the standard windows message box then you may want to head over to the &lt;a href="http://www.codeproject.com" rel="nofollow"&gt;Code Project&lt;/a&gt;.  Two articles you may find usefull are: &lt;a href="http://www.codeproject.com/dialog/xmessagebox.asp" rel="nofollow"&gt;XMessageBox - a reverse engineered MessageBox()&lt;/a&gt; and &lt;a href="http://www.codeproject.com/cs/miscctrl/MessageBoxEx.asp" rel="nofollow"&gt;Dissecting the MessageBox&lt;/a&gt;.

The second article is in C# but don't panic.  If your not a C# coder it would be worth your while learning to read C# even if you don't code it.  Its actually very similar to VB.Net, it just uses {} instead of End X.</description>
		<content:encoded><![CDATA[<p>Hi Elango,</p>
<p>First up I must ask why you are wanting to create your own message box control?  If it is to just make it appear different to the standard windows one (but not work differently) then I would beg you to use the standard windows message box.  It really winds me up when developers change interface standards just for the sake of &#8220;being different&#8221;.</p>
<p>If, however you need a message box that requires functionality that is not provided by the standard windows message box then you may want to head over to the <a href="http://www.codeproject.com" rel="nofollow">Code Project</a>.  Two articles you may find usefull are: <a href="http://www.codeproject.com/dialog/xmessagebox.asp" rel="nofollow">XMessageBox - a reverse engineered MessageBox()</a> and <a href="http://www.codeproject.com/cs/miscctrl/MessageBoxEx.asp" rel="nofollow">Dissecting the MessageBox</a>.</p>
<p>The second article is in C# but don&#8217;t panic.  If your not a C# coder it would be worth your while learning to read C# even if you don&#8217;t code it.  Its actually very similar to VB.Net, it just uses {} instead of End X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elango</title>
		<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-14095</link>
		<dc:creator>elango</dc:creator>
		<pubDate>Thu, 21 Dec 2006 10:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/archives/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-14095</guid>
		<description>how can i create a message box in vb.net (web application). in that message box how can i add it as  a component.</description>
		<content:encoded><![CDATA[<p>how can i create a message box in vb.net (web application). in that message box how can i add it as  a component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-12717</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Sat, 05 Aug 2006 18:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/archives/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-12717</guid>
		<description>MCA</description>
		<content:encoded><![CDATA[<p>MCA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrinGod</title>
		<link>http://www.gringod.com/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-3269</link>
		<dc:creator>GrinGod</dc:creator>
		<pubDate>Fri, 18 Feb 2005 09:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/archives/2005/01/26/vbnet-msgbox-or-messageboxshow/#comment-3269</guid>
		<description>If you want to test displaying message boxes without having to create a whole VB.NET project then try my &lt;a href="http://www.gringod.com/archives/category/software/codetester/"&gt;VB.NET CodeTester&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you want to test displaying message boxes without having to create a whole VB.NET project then try my <a href="http://www.gringod.com/archives/category/software/codetester/">VB.NET CodeTester</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
