<?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: C# Autosuggestion Textbox</title>
	<atom:link href="http://www.dijksterhuis.org/autosuggestion-textbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/autosuggestion-textbox/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: _daemon_</title>
		<link>http://www.dijksterhuis.org/autosuggestion-textbox/comment-page-1/#comment-1596</link>
		<dc:creator>_daemon_</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=938#comment-1596</guid>
		<description>You may look on textbox autocomplete feature:

http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletecustomsource.aspx</description>
		<content:encoded><![CDATA[<p>You may look on textbox autocomplete feature:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx" >http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode.aspx" >http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletecustomsource.aspx" >http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletecustomsource.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visual C# Kicks</title>
		<link>http://www.dijksterhuis.org/autosuggestion-textbox/comment-page-1/#comment-1501</link>
		<dc:creator>Visual C# Kicks</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=938#comment-1501</guid>
		<description>Nice implementation and very useful code. I like that the search logic is encapsulated into a function which makes replacing the search algorithm easier. Thanks</description>
		<content:encoded><![CDATA[<p>Nice implementation and very useful code. I like that the search logic is encapsulated into a function which makes replacing the search algorithm easier. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
