<?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>Rolbe.com &#187; Visual Basic Reference</title>
	<atom:link href="http://www.rolbe.com/category/visual-basic-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rolbe.com</link>
	<description>A Web Development blog by Ryan Olbe</description>
	<lastBuildDate>Mon, 05 Sep 2011 04:51:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VB KeyCode Constants Chart</title>
		<link>http://www.rolbe.com/2009/03/07/vb-keycode-constants-chart/</link>
		<comments>http://www.rolbe.com/2009/03/07/vb-keycode-constants-chart/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:48:04 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Reference]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1742</guid>
		<description><![CDATA[To go along with my VB KeyAscii Chart and VB KeyCode Chart, here's my VB KeyCode Constants Chart. This chart lists all of the Key Code Constant values available in Visual Basic 6. You would use these in place of their numeric equivalents when programming your KeyDown and KeyUp functions. I've also written a seperate [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/07/vb-keycode-constants-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>URL Escape Codes</title>
		<link>http://www.rolbe.com/2009/03/06/url-escape-codes/</link>
		<comments>http://www.rolbe.com/2009/03/06/url-escape-codes/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 07:34:20 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Reference]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1723</guid>
		<description><![CDATA[I was looking on the net recently for a complete list of URL Escape codes. I found a number of websites that had partial lists, but never one that showed a full list that I could save and print out for offline use. Since I couldn't find one online I decided to make my own. [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/06/url-escape-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Basic 6 Data Type Reference</title>
		<link>http://www.rolbe.com/2009/03/05/visual-basic-6-data-type-reference/</link>
		<comments>http://www.rolbe.com/2009/03/05/visual-basic-6-data-type-reference/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:56:10 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Reference]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1514</guid>
		<description><![CDATA[After spending a great deal of time compiling information from the MSDN and other various online and offline sources I've put together the chart you see below which details all of the different data types available in Visual Basic 6. It includes their min/max values, storage size, and other useful information such as conversion functions [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/05/visual-basic-6-data-type-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB KeyCode Chart</title>
		<link>http://www.rolbe.com/2009/03/03/vb-keycode-chart/</link>
		<comments>http://www.rolbe.com/2009/03/03/vb-keycode-chart/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 19:55:16 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Reference]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1424</guid>
		<description><![CDATA[This is a list I compiled which contains every possible KeyCode that Visual Basic can detect. A KeyCode is different than a KeyAscii value. A KeyCode can be thought of as an individual key on your keyboard. Every key on your keyboard has it's own unique KeyCode value. Keys that share values such as 1 [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/03/vb-keycode-chart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VB KeyAscii Chart</title>
		<link>http://www.rolbe.com/2009/03/03/vb-keyascii-chart/</link>
		<comments>http://www.rolbe.com/2009/03/03/vb-keyascii-chart/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 18:07:42 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Reference]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1375</guid>
		<description><![CDATA[Here is a chart I put together which shows all possible Visual Basic KeyAscii values along with the character which they represent. VB KeyAscii values can range from 0 to 255. To type out any of these characters without pressing the actual character you can hold down the left ALT key on your keyboard and [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/03/vb-keyascii-chart/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

