<?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: What? No InputBox in C#?</title>
	<atom:link href="http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ali</title>
		<link>http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/comment-page-1/#comment-67138</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Fri, 29 Jun 2007 09:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=16#comment-67138</guid>
		<description>If you *really* want to use the VB InputBox (say if you&#039;re ultimately lazy and want a quick one); just add a reference to Microsoft.VisualBasic, and call:  Microsoft.VisualBasic.Interaction.InputBox();

The overloads don&#039;t seem to work, so you&#039;ll have to specify all params.</description>
		<content:encoded><![CDATA[<p>If you <strong>really</strong> want to use the VB InputBox (say if you&#8217;re ultimately lazy and want a quick one); just add a reference to Microsoft.VisualBasic, and call:  Microsoft.VisualBasic.Interaction.InputBox();</p>
<p>The overloads don&#8217;t seem to work, so you&#8217;ll have to specify all params.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/comment-page-1/#comment-17357</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 10 Nov 2005 21:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=16#comment-17357</guid>
		<description>That&#039;s easy.. If you are using .Net Studio, click  on the button, so it shows the properties, then Under Behavior change DialogResult to return OK</description>
		<content:encoded><![CDATA[<p>That&#8217;s easy.. If you are using .Net Studio, click  on the button, so it shows the properties, then Under Behavior change DialogResult to return OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/comment-page-1/#comment-21</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=16#comment-21</guid>
		<description>thanks for the information.</description>
		<content:encoded><![CDATA[<p>thanks for the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.thejackol.com/2004/05/08/what-no-inputbox-in-c/comment-page-1/#comment-22</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=16#comment-22</guid>
		<description>Too easy, but ....
I&#039;m writting code for PocketPC. Is it the reason ? I cannot / I don&#039;t know how to set dialogResult=OK for the OK button

</description>
		<content:encoded><![CDATA[<p>Too easy, but &#8230;.<br />
I&#8217;m writting code for PocketPC. Is it the reason ? I cannot / I don&#8217;t know how to set dialogResult=OK for the OK button</p>
]]></content:encoded>
	</item>
</channel>
</rss>

