<?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>{Chang2Chang} &#187; Visual Basic</title>
	<atom:link href="http://www.chang2chang.com/category/programming/visual-basic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chang2chang.com</link>
	<description>Web Technology &#124; Reviews &#124; Development &#124; Tutorials</description>
	<lastBuildDate>Mon, 01 Nov 2010 14:28:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Add a Database</title>
		<link>http://www.chang2chang.com/2008/06/add-a-database/</link>
		<comments>http://www.chang2chang.com/2008/06/add-a-database/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 15:53:04 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[MSSQL2005]]></category>
		<category><![CDATA[VB.net]]></category>

		<guid isPermaLink="false">http://chang.jaysondesigns.net/?p=18</guid>
		<description><![CDATA[The first step in adding a database to visual basic project is going to Project -&#62; Add New Item&#8230; Select SQL Database Right Click Tables -&#62; Add New Table Add the colums and their data types Primary key &#8211; foreign key relationship can be found under the menu-relationship After adding the database connection to the [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2008/06/add-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple internet Browser</title>
		<link>http://www.chang2chang.com/2008/03/a-simple-internet-browser/</link>
		<comments>http://www.chang2chang.com/2008/03/a-simple-internet-browser/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 17:07:16 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://chang.jaysondesigns.net/?p=7</guid>
		<description><![CDATA[It&#8217;s very exciting isn&#8217;t it, in the second program, We are attempting to create a customized simple internet browser. My program consist of the following controls: 1 WebBrowser (the web content area) Name: BrowseWindow 3 buttons (HomeButton, BackButton, Button_1) Some thoughts: The browser is very simple, address does not address content of the web. Maximize, [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2008/03/a-simple-internet-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chapter 1 Program 1: Hello World!</title>
		<link>http://www.chang2chang.com/2008/03/program1-helloworld/</link>
		<comments>http://www.chang2chang.com/2008/03/program1-helloworld/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 03:03:42 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://chang.jaysondesigns.net/?p=4</guid>
		<description><![CDATA[This is the typical hello world program: Control involved: 1 button: Code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MessageBox.Show("Hello World") End Sub End Class Screenshot: download Chapter 1 Program 1 source code]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2008/03/program1-helloworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello VB!</title>
		<link>http://www.chang2chang.com/2008/03/lets-go-visual-basic/</link>
		<comments>http://www.chang2chang.com/2008/03/lets-go-visual-basic/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 18:58:02 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://chang.jaysondesigns.net/?p=3</guid>
		<description><![CDATA[Just recently, I really wanted to pick up and start to learn visual basic again. It is a relatively simple and fun programming language that&#8217;s easy to learn. I&#8217;ll be using visual basic express 2005. The programs I will be coding will be posted regularly as well as the program code. To download Microsoft Visual [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2008/03/lets-go-visual-basic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

