<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Introduction to Visual Basic</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sat, 22 Nov 2008 19:46:16 -0500</lastBuildDate>
<pubDate>Sat, 22 Nov 2008 19:46:16 -0500</pubDate>
<item>
<title>Visual Basic Arrays</title>
<pubDate>Thu, 18 Sep 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Visual-Basic-Arrays/37966</link>
<description>
<![CDATA[Visual Basic arrays. Know how to use arrays in visual basic. Know about declaring arrays, fixed-dynamic arrays and more.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=522324&amp;cid=138658&amp;pr=2&amp;tstamp=20081122000000&amp;url=http://clk.atdmt.com/7X1/go/119039899/direct/01/">The All-New Adobe Creative Suite 4</a> Now Shipping: Adobe CS4: tools to help students express their ideas in video, on the web, or print.]]>
</description><guid>http://www.tutorialized.com/tutorial/Visual-Basic-Arrays/37966</guid>
</item>
<item>
<title>Introduction to Visual Basic</title>
<pubDate>Thu, 18 Sep 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-to-Visual-Basic/37964</link>
<description>
<![CDATA[Know the basics of visual basic. Explore lessons about toolbox, properties window, project explorer etc.]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-to-Visual-Basic/37964</guid>
</item>
<item>
<title>How to make a menu: Part two</title>
<pubDate>Sun, 03 Aug 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-make-a-menu%3A-Part-two/36800</link>
<description>
<![CDATA[This tutorial goes into detail on how to create an edit menu. It will tell you how to add a separator bar, make a copy, paste, cut and select all menu. This guide tells you the code for these items as...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-make-a-menu%3A-Part-two/36800</guid>
</item>
<item>
<title>How to reverse a string</title>
<pubDate>Sat, 02 Aug 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-reverse-a-string/36794</link>
<description>
<![CDATA[This tutorial will teach you how to reverse a string. e.g:  Ebonez.info ofni.zenobE]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-reverse-a-string/36794</guid>
</item>
<item>
<title>How to make menus: Part one</title>
<pubDate>Sat, 02 Aug 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-make-menus%3A-Part-one/36789</link>
<description>
<![CDATA[This tutorial will give you a description on how to make a menu. It includes pictures and the complete file.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-make-menus%3A-Part-one/36789</guid>
</item>
<item>
<title>How to use Input Boxes</title>
<pubDate>Sun, 15 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-use-Input-Boxes/35627</link>
<description>
<![CDATA[This guide will get you on your way to using Input Boxes. It will teach you how to get the text that the user writes and manipulate it.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-use-Input-Boxes/35627</guid>
</item>
<item>
<title>How to prevent multiple instances of an app running</title>
<pubDate>Sun, 15 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-prevent-multiple-instances-of-an-app-running/35626</link>
<description>
<![CDATA[This tutorial will teach you how to stop multiple instances of your application running at once.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-prevent-multiple-instances-of-an-app-running/35626</guid>
</item>
<item>
<title>How to view your local IP</title>
<pubDate>Wed, 11 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-view-your-local-IP/35514</link>
<description>
<![CDATA[A guide on how to get your local IP address using Visual Basic.  This uses Winsock and you IP address will pop up on a message box.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-view-your-local-IP/35514</guid>
</item>
<item>
<title>Save files in a Rich Text Box</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Save-files-in-a-Rich-Text-Box/35411</link>
<description>
<![CDATA[When your application is running, you should be able to press one button and it opens an save file dialog. You should then choose a file. Then click save. It should save to where you located it too.]]>
</description><guid>http://www.tutorialized.com/tutorial/Save-files-in-a-Rich-Text-Box/35411</guid>
</item>
<item>
<title>Save files in a textbox</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Save-files-in-a-textbox/35410</link>
<description>
<![CDATA[When your application is running, you should be able to press one button and it opens a save dialog. You should then choose a file or make one. Then click save. It should then save the text that you t...]]>
</description><guid>http://www.tutorialized.com/tutorial/Save-files-in-a-textbox/35410</guid>
</item>
<item>
<title>How to open a text file in a Rich Text Box</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-open-a-text-file-in-a-Rich-Text-Box/35409</link>
<description>
<![CDATA[When your application is running, you should be able to press one button and it opens an open dialog. You should then choose a file. Then click open. And it should display it in the richtext box.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-open-a-text-file-in-a-Rich-Text-Box/35409</guid>
</item>
<item>
<title>Open text files in a textbox</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Open-text-files-in-a-textbox/35408</link>
<description>
<![CDATA[This tutorial will teach you how to open a text file into a textbox. It uses the Common dialog.]]>
</description><guid>http://www.tutorialized.com/tutorial/Open-text-files-in-a-textbox/35408</guid>
</item>
<item>
<title>How to go to the start and end of a string</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-go-to-the-start-and-end-of-a-string/35407</link>
<description>
<![CDATA[This tutorial will teach you how to get the cursor to go to the start and end of a textbox.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-go-to-the-start-and-end-of-a-string/35407</guid>
</item>
<item>
<title>How to change the case of a string</title>
<pubDate>Sat, 07 Jun 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-change-the-case-of-a-string/35405</link>
<description>
<![CDATA[Tells you how to change the case from UPPSERcase to lowercase. And vice verca.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-change-the-case-of-a-string/35405</guid>
</item>
<item>
<title>More To know About Open Office</title>
<pubDate>Mon, 05 May 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/More-To-know-About-Open-Office/34425</link>
<description>
<![CDATA[More To know About Open Office along with some great features that no one knows]]>
</description><guid>http://www.tutorialized.com/tutorial/More-To-know-About-Open-Office/34425</guid>
</item>
</channel>
</rss>