<?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>JD Site Care &#187; Visual Basic</title>
	<atom:link href="http://jdsitecare.com/category/trunk/visual-basic-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdsitecare.com</link>
	<description>Bringing you knowledge from the web</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Basic Data Gridview Values</title>
		<link>http://jdsitecare.com/visual-basic-data-gridview-values/</link>
		<comments>http://jdsitecare.com/visual-basic-data-gridview-values/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 06:09:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=1356</guid>
		<description><![CDATA[n this video i will show you guys how to add default values to our data grid view control.
You can assign default values to any field in your database by modifying the dataset file.
Events you see in this video will apply throughout your application]]></description>
		<wfw:commentRss>http://jdsitecare.com/visual-basic-data-gridview-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data in combo boxes and more</title>
		<link>http://jdsitecare.com/data-in-combo-boxes-and-more/</link>
		<comments>http://jdsitecare.com/data-in-combo-boxes-and-more/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:57:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[combo box]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=1091</guid>
		<description><![CDATA[Learn how to not only populate data in a combo box but also how to add additional content to the combo box.
You will also see how to populate the data in a list box as well as a listview.]]></description>
		<wfw:commentRss>http://jdsitecare.com/data-in-combo-boxes-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images in Gridview</title>
		<link>http://jdsitecare.com/images-in-gridview/</link>
		<comments>http://jdsitecare.com/images-in-gridview/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 04:37:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[data grid view]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=1040</guid>
		<description><![CDATA[Have you ever wanted to keep all your images the same size in your data grid view?
In this VB tutorial i will show you how to keep images that get uploaded to your database display the same size, no matter how big the image]]></description>
		<wfw:commentRss>http://jdsitecare.com/images-in-gridview/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VB Search on the fly</title>
		<link>http://jdsitecare.com/vb-search-on-the-fly/</link>
		<comments>http://jdsitecare.com/vb-search-on-the-fly/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 06:01:24 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[search on the fly]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=1001</guid>
		<description><![CDATA[In this video tutorial i will show you guys how to retrieve search results on the fly as you type in your search.
For example, if you have 3 records with the same last name but different first names and 2 records with different last names than if we perform a search for the last name that has 3 records we will only retrieve the searched last name and the other last names wont be retrieved unless we type it in.
There is no search button to perform this hence the reason it's "on the fly" we will get the results back as we are typing.]]></description>
		<wfw:commentRss>http://jdsitecare.com/vb-search-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating Directories</title>
		<link>http://jdsitecare.com/create-directorieswrite-to-files/</link>
		<comments>http://jdsitecare.com/create-directorieswrite-to-files/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 22:21:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=995</guid>
		<description><![CDATA[There may be times where you will want to have a directory created and write files to created directories.
In other tutorials you will see alot of this but directories are set in a string so there's no way of choosing a location.
This tutorial will show you how to browse and create directories anywhere you want and create files with selected extensions.]]></description>
		<wfw:commentRss>http://jdsitecare.com/create-directorieswrite-to-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB &#8211; Picture Preview</title>
		<link>http://jdsitecare.com/visual-basic-picture-previewer/</link>
		<comments>http://jdsitecare.com/visual-basic-picture-previewer/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 16:03:36 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=969</guid>
		<description><![CDATA[Create your own image viewer application that allows you to select and view images.
You can browse locations within your file system and choose directories that contain...]]></description>
		<wfw:commentRss>http://jdsitecare.com/visual-basic-picture-previewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Publish Your Applications</title>
		<link>http://jdsitecare.com/howto-publish-your-applications/</link>
		<comments>http://jdsitecare.com/howto-publish-your-applications/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 00:09:39 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=810</guid>
		<description><![CDATA[Learn how to publish your vb applications to your computer and to your server so users can install your program from your website.]]></description>
		<wfw:commentRss>http://jdsitecare.com/howto-publish-your-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Basic Print Form Tutorial</title>
		<link>http://jdsitecare.com/visual-basic-print-form-tutorial/</link>
		<comments>http://jdsitecare.com/visual-basic-print-form-tutorial/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:05:35 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[print form]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=762</guid>
		<description><![CDATA[Learn how to print information to your printer as another source of keeping your records safe and secure]]></description>
		<wfw:commentRss>http://jdsitecare.com/visual-basic-print-form-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Basic – User Registration</title>
		<link>http://jdsitecare.com/visual-basic-user-registration/</link>
		<comments>http://jdsitecare.com/visual-basic-user-registration/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 16:20:16 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[user registration]]></category>
		<category><![CDATA[visual  basic]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=734</guid>
		<description><![CDATA[In this video i will show you guys how to create a user registration form and a login form that will use the settings option in visual basic.If you're going to allow multiple user registration this method is not suggested so you would want to use a database for that.This is good for if you want to use it for your own personal project or if you're handing it out to a couple friends and they use it for their personal use.I wont be hard coding the username or password, this i where the settings come in to play.We will also determine on the form load event if there's a user that's been registered to show the login form otherwise display the registration form.This will not allow someone else in your home to register a account and see what you have on your program.]]></description>
		<wfw:commentRss>http://jdsitecare.com/visual-basic-user-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strings And Variables</title>
		<link>http://jdsitecare.com/strings-and-variables/</link>
		<comments>http://jdsitecare.com/strings-and-variables/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 00:53:01 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visual  basic]]></category>
		<category><![CDATA[visual basic 2010]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://jdsitecare.com/?p=638</guid>
		<description><![CDATA[This video i will show you guys how strings and variables work. I will explain what they are, how they work and how you can use them throughout your application. By the end of this video you will know how to declare variables, how to assign a string to a variable and how to call [...]]]></description>
		<wfw:commentRss>http://jdsitecare.com/strings-and-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

