<?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 Projects</title>
	<atom:link href="http://www.rolbe.com/category/visual-basic-projects/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>Individual Key Counter</title>
		<link>http://www.rolbe.com/2009/03/21/individual-key-counter/</link>
		<comments>http://www.rolbe.com/2009/03/21/individual-key-counter/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 09:22:30 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Projects]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=2280</guid>
		<description><![CDATA[I recently received a e-mail from a person asking if I knew of any program that could count how many times per day a certain key on the keyboard was pressed. In her case she wanted to know how many times per day she pressed the F9 key. I told her I didn't know of [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/21/individual-key-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Size Finder</title>
		<link>http://www.rolbe.com/2009/03/10/form-size-finder/</link>
		<comments>http://www.rolbe.com/2009/03/10/form-size-finder/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:03:56 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Projects]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1824</guid>
		<description><![CDATA[Here's a simple Visual Basic program I wrote back in June 2005 called "Form Size Finder". I originally wrote this because I wanted to make a program that was the exact same size as another program I was using and I didn't know how to find the original program's width and height. This program is [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/10/form-size-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB Keyword Combiner</title>
		<link>http://www.rolbe.com/2009/03/08/vb-keyword-combiner/</link>
		<comments>http://www.rolbe.com/2009/03/08/vb-keyword-combiner/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 05:49:38 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Adwords Tools]]></category>
		<category><![CDATA[Visual Basic Projects]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1759</guid>
		<description><![CDATA[As I was organizing some of my old code, here's an interesting program I came across that I wrote back in June of 2005 called "Keyword Combiner", which I wrote just one day after completing a similar program, Word Combination Maker. Instead of re-ordering words, this program allows you to add a series of words [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/08/vb-keyword-combiner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IsNumeric Alternative (VB Function)</title>
		<link>http://www.rolbe.com/2009/03/06/isnumeric-alternative-vb-function/</link>
		<comments>http://www.rolbe.com/2009/03/06/isnumeric-alternative-vb-function/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 20:51:25 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Visual Basic Projects]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1665</guid>
		<description><![CDATA[Here's an original idea I came up with as a replacement to the built-in VB IsNumeric function. It gives you complete control over what you consider a number to be. For example, let's say you pass the value $3,207.37 to isNumeric. Now normally this would return true, but what if you didn't want it to [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/06/isnumeric-alternative-vb-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Combination Maker</title>
		<link>http://www.rolbe.com/2009/03/05/word-combination-maker/</link>
		<comments>http://www.rolbe.com/2009/03/05/word-combination-maker/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 06:18:03 +0000</pubDate>
		<dc:creator>Ryan Olbe</dc:creator>
				<category><![CDATA[Adwords Tools]]></category>
		<category><![CDATA[Visual Basic Projects]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.rolbe.com/?p=1622</guid>
		<description><![CDATA[Here's the source code to a Visual Basic project I originally wrote on June 06, 2005 called "Word Combination Maker". This is somewhat similar to my Word Combiner program. This program has to do with string permutations (or rather the permutations of words). It takes a series of words and it can tell you all [...]]]></description>
		<wfw:commentRss>http://www.rolbe.com/2009/03/05/word-combination-maker/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

