<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; Textbox</title>
	<atom:link href="http://www.fordevs.com/tag/textbox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to bring the cursor to the end of text in the textbox control &#8211; WPF C#</title>
		<link>http://www.fordevs.com/2010/03/how-to-bring-the-cursor-to-the-end-of-text-in-the-textbox-control-wpf-c.html</link>
		<comments>http://www.fordevs.com/2010/03/how-to-bring-the-cursor-to-the-end-of-text-in-the-textbox-control-wpf-c.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:56:29 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Textbox]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=704</guid>
		<description><![CDATA[Normally if we focus a textbox control the cursor would be in the start of the textbox.But when there is text already in the textbox it would be annoying if the cursor is in start.It would be better if the cursor is at the end of content in texbox. Thus to position the cursor at [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/03/how-to-bring-the-cursor-to-the-end-of-text-in-the-textbox-control-wpf-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Textbox Number Only &#8211; WPF</title>
		<link>http://www.fordevs.com/2009/09/make-textbox-number-only-wpf.html</link>
		<comments>http://www.fordevs.com/2009/09/make-textbox-number-only-wpf.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:08:56 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Textbox]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=572</guid>
		<description><![CDATA[Coding : private void txt_PreviewTextInput&#40;object sender, TextCompositionEventArgs e&#41; &#123; e.Handled = !ValidNumeric&#40;e.Text&#41;; base.OnPreviewTextInput&#40;e&#41;; &#125; &#160; bool ValidNumeric&#40;string str&#41; &#123; bool ret = true; &#160; int l = str.Length; for &#40;int i = 0; i &#38;lt; l; i++&#41; &#123; char ch = str&#91;i&#93;; ret &#38;= Char.IsDigit&#40;ch&#41;; &#125; &#160; return ret; &#125; Thanks dedjo Subscribe to the [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/09/make-textbox-number-only-wpf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

