<?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>Luigi Melisi &#187; count</title>
	<atom:link href="http://www.luigimelisi.com/tag/count/feed" rel="self" type="application/rss+xml" />
	<link>http://www.luigimelisi.com</link>
	<description>Development Blog : C# Code Samples,.NET Tips and Tricks</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:07:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>VB.NET : Come contare le linee di un richtextbox</title>
		<link>http://www.luigimelisi.com/programmazione/net_framework/vb-net-contare-le-linee-di-un-richtextbox.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vb-net-contare-le-linee-di-un-richtextbox</link>
		<comments>http://www.luigimelisi.com/programmazione/net_framework/vb-net-contare-le-linee-di-un-richtextbox.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:28:39 +0000</pubDate>
		<dc:creator>Luigi Melisi</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[.Net FrameWork]]></category>
		<category><![CDATA[ByVal]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[dim]]></category>
		<category><![CDATA[msgbox]]></category>
		<category><![CDATA[richtextbox]]></category>
		<category><![CDATA[rtb]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[sub]]></category>

		<guid isPermaLink="false">http://www.luigimelisi.com/?p=614</guid>
		<description><![CDATA[private sub countlines(byval rtb as richtextbox)           dim count as string           count = rtb.lines.count           msgbox(count) end sub]]></description>
			<content:encoded><![CDATA[<pre class="brush: csharp;">
private sub countlines(byval rtb as richtextbox)
          dim count as string
          count = rtb.lines.count
          msgbox(count)
end sub
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.luigimelisi.com/programmazione/net_framework/vb-net-contare-le-linee-di-un-richtextbox.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
