<?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>Saqib Ansari's World &#187; Visual Basic</title>
	<atom:link href="http://www.saqib-ansari.com/topics/visual-basic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saqib-ansari.com</link>
	<description>Dream came true</description>
	<lastBuildDate>Tue, 29 Jun 2010 05:34:27 +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>Count Number of Words in a Sentence using ASP</title>
		<link>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html</link>
		<comments>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:05:08 +0000</pubDate>
		<dc:creator>Saqib Ansari</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.saqib-ansari.com/?p=117</guid>
		<description><![CDATA[There is no function in ASP to count number of words in sentence or long string. Bellow is very simple function that count number of words and return that count. < % Function CountWords (StrValue) Dim iWords, mLengthWithSpaces, mLengthWithoutSpaces ' following line calculate the actual length of string mLengthWithSpaces = Len(StrValue) ' following line remove [...]]]></description>
		<wfw:commentRss>http://www.saqib-ansari.com/2009/10/count-number-of-words-in-a-sentence-using-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StretchBlt &#8211; Picture Stretching</title>
		<link>http://www.saqib-ansari.com/2008/04/stretchblt-picture-stretching.html</link>
		<comments>http://www.saqib-ansari.com/2008/04/stretchblt-picture-stretching.html#comments</comments>
		<pubDate>Wed, 30 Apr 2008 07:33:42 +0000</pubDate>
		<dc:creator>Saqib Ansari</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Image Stretch]]></category>
		<category><![CDATA[Picture Stretch]]></category>
		<category><![CDATA[Windows API]]></category>

		<guid isPermaLink="false">http://www.saqib-ansari.com/?p=3</guid>
		<description><![CDATA[The StretchBlt function copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary. Windows stretches or compresses the bitmap according to the stretching mode currently set in the destination device context. Declare Function StretchBlt Lib “gdi32″ Alias “StretchBlt” (ByVal [...]]]></description>
		<wfw:commentRss>http://www.saqib-ansari.com/2008/04/stretchblt-picture-stretching.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
