<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - TutorialPro.net -->
<rss version="2.0">
	<channel>
	<title>TutorialPro.net - Latest Tutorials for Visual Basic</title>
	<description>Visual Basic is created by Microsoft for building stand alone Windows-based programs and applications. Visual Basic is derived heavily from Basic language. Developers can use it for quickly building GUI applications. If you're looking for a fast way to build programs, consider Visual Basic programming for it may be exactly what you need. Be sure to check out the tutorials in this section!</description>
	<link>http://www.tutorialpro.net/tutorials/visual-basic/1</link>
	<language>en-us</language>
	<lastBuildDate>Mon, 05 Jan 2009 22:46:08 -0500</lastBuildDate>
	<pubDate>Mon, 05 Jan 2009 22:46:08 -0500</pubDate>
	<item>
	<title>Using the Mouse</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/using-the-mouse/1989</link>
	<description><![CDATA[If you're expecting to have to drain your brain to understand VB's mouse support features, then you're going to be disappointed. Using the mouse within a program is actually very simple and in the next ten minutes you'll have been exposed to most of the things you'll ever need to know!]]></description>
	<guid>http://www.tutorialpro.net/tutorial/using-the-mouse/1989</guid>
	</item>
	<item>
	<title>Distribution of Applications</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/distribution-of-applications/1988</link>
	<description><![CDATA[There are programmers out there who program solely for themselves. They write code/applications and no one but them ever sees their applications. However, most of you are like me and we want to revel in the accolades that our friends and peers heap on us when we provide them with exactly the right program to meet a need that they have expressed!]]></description>
	<guid>http://www.tutorialpro.net/tutorial/distribution-of-applications/1988</guid>
	</item>
	<item>
	<title>Introduction to VB Function (Part 1)</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/introduction-to-vb-function-part-1/1720</link>
	<description><![CDATA[Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program to finish the execution. They are two types of function, the built-in functions(or internal functions) and the functions created by the programmers.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/introduction-to-vb-function-part-1/1720</guid>
	</item>
	<item>
	<title>Introduction to VB Function (Part 2)</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/introduction-to-vb-function-part-2/1719</link>
	<description><![CDATA[This tutorial you will learn how to create your own functions.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/introduction-to-vb-function-part-2/1719</guid>
	</item>
	<item>
	<title>Send SMS from PC to Mobile Cellualar Phones using VB</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/send-sms-from-pc-to-mobile-cellualar-phones-using-vb/1617</link>
	<description><![CDATA[These topic is for those who wants to learn how to send SMS (Short Message Service) from pc to mobile phones. Devices: Mobile phone (Nokia Model Only), Connecting Device (Such as: Infrared, DataCable, or Bluetooth), Download the appropriate Nokia PC Connectivity SDK depends on the version or model of the Nokia Phone you are using.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/send-sms-from-pc-to-mobile-cellualar-phones-using-vb/1617</guid>
	</item>
	<item>
	<title>Internet Programming and Networking</title>
	<pubDate>Wed, 02 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/internet-programming-and-networking/1616</link>
	<description><![CDATA[In this tutorial I will cover how to perform file transfers between your PC and a web server.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/internet-programming-and-networking/1616</guid>
	</item>
	<item>
	<title>Creating Multimedia Applications: Part 3</title>
	<pubDate>Tue, 01 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/creating-multimedia-applications-part-3/1458</link>
	<description><![CDATA[Now, with some modifications, we will transform the audio player into a picture viewer.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/creating-multimedia-applications-part-3/1458</guid>
	</item>
	<item>
	<title>Creating Multimedia Applications: Part 4</title>
	<pubDate>Tue, 01 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/creating-multimedia-applications-part-4/1457</link>
	<description><![CDATA[Now, with some modifications, we will transform the audio player into a multimedia player that could play all kinds of movie files besides audio files.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/creating-multimedia-applications-part-4/1457</guid>
	</item>
	<item>
	<title>File Handling</title>
	<pubDate>Sun, 29 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/file-handling/1351</link>
	<description><![CDATA[If you want to be an expert VB programmer then you'll need to know a lot about how VB handles files - what is possible and what is not, plus how to do something in the smallest code or in the least amount of time. To do this you need to understand the file handling features which VB offers.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/file-handling/1351</guid>
	</item>
	<item>
	<title>Working with Files</title>
	<pubDate>Sun, 29 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/working-with-files/1350</link>
	<description><![CDATA[Is it possible to save data accepted by a VB program into a storage device, such as a hardisk or diskette, or even CDRW? The answer is possible.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/working-with-files/1350</guid>
	</item>
</channel>
</rss>