<?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: Aborting combobox dropdown, showing dialog box</title>
	<atom:link href="http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Wed, 07 Jan 2009 02:27:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-33979</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-33979</guid>
		<description>I don't know whether SendKeys would work for this or not. Not really that relevant, though; I can't imagine ever using SendKeys in production code.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know whether SendKeys would work for this or not. Not really that relevant, though; I can&#8217;t imagine ever using SendKeys in production code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rozon</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-33914</link>
		<dc:creator>Rozon</dc:creator>
		<pubDate>Sat, 25 Oct 2008 01:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-33914</guid>
		<description>What about SendKeys::Send("{ENTER}");</description>
		<content:encoded><![CDATA[<p>What about SendKeys::Send(&#8221;{ENTER}&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuvsNPR</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-25781</link>
		<dc:creator>LuvsNPR</dc:creator>
		<pubDate>Tue, 15 Jul 2008 14:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-25781</guid>
		<description>Thanks a lot for the tip.  I encountered the same issue yesterday and was astounded to find that your fix is still applicable 3 years later!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the tip.  I encountered the same issue yesterday and was astounded to find that your fix is still applicable 3 years later!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bullbonebro [RUS]</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-4185</link>
		<dc:creator>bullbonebro [RUS]</dc:creator>
		<pubDate>Fri, 26 Aug 2005 06:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-4185</guid>
		<description>Guys, you're supreme!
</description>
		<content:encoded><![CDATA[<p>Guys, you&#8217;re supreme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UK developer</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-4184</link>
		<dc:creator>UK developer</dc:creator>
		<pubDate>Mon, 04 Jul 2005 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-4184</guid>
		<description>Joe, I could kiss you.
</description>
		<content:encoded><![CDATA[<p>Joe, I could kiss you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Muller</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-4183</link>
		<dc:creator>Laurent Muller</dc:creator>
		<pubDate>Thu, 28 Apr 2005 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-4183</guid>
		<description>Hello !&lt;br&gt;I just use a simplified sub&lt;br&gt;&lt;br&gt;Protected Overrides Sub OnDropDown(ByVal e As System.EventArgs)&lt;br&gt;        MyBase.RecreateHandle()&lt;br&gt;        PostMessage(Me.Handle.ToInt32, CB_SHOWDROPDOWN, 0, 0)&lt;br&gt;End Sub&lt;br&gt;&lt;br&gt;Best&lt;br&gt;&lt;br&gt;Laurent
</description>
		<content:encoded><![CDATA[<p>Hello !<br />
<br />I just use a simplified sub</p>
<p>Protected Overrides Sub OnDropDown(ByVal e As System.EventArgs)<br />
<br />        MyBase.RecreateHandle()<br />
<br />        PostMessage(Me.Handle.ToInt32, CB_SHOWDROPDOWN, 0, 0)<br />
<br />End Sub</p>
<p>Best</p>
<p>Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ren&#233; Paw Christensen</title>
		<link>http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/comment-page-1/#comment-4182</link>
		<dc:creator>Ren&#233; Paw Christensen</dc:creator>
		<pubDate>Thu, 07 Apr 2005 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/07/12/aborting-combobox-dropdown-showing-dialog-box/#comment-4182</guid>
		<description>Thank you Joe.&lt;br&gt;&lt;br&gt;I was developing something similar as you, and your solution to awoid the dropdown from occuring worked!&lt;br&gt;&lt;br&gt;IMHO setting the &#34;DroppedDown&#34; property in the &#34;DropDown&#34; event handler should do the same - but it doesn't.&lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;&lt;br&gt;Live Long and Prosper&lt;br&gt;Ren&#233; Paw Christensen
</description>
		<content:encoded><![CDATA[<p>Thank you Joe.</p>
<p>I was developing something similar as you, and your solution to awoid the dropdown from occuring worked!</p>
<p>IMHO setting the &quot;DroppedDown&quot; property in the &quot;DropDown&quot; event handler should do the same - but it doesn&#8217;t.</p>
<p>Thank you.</p>
<p>Live Long and Prosper<br />
<br />Ren&#233; Paw Christensen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
