<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/docgen.php"?>

<document version="0.1">
	<name>Saving your Work</name>
	<category>Knowledge Base</category>
	<author>
		<name>Ashutosh Mukherjee</name>
		<email>ashutosh@desdevpro.com</email>
		<website>http://www.desdevpro.com</website>
	</author>
	<date>13 Aug 2009</date>
	<tags>
		<tag>Visual Basic</tag>
		<tag>VB.NET</tag>
		<tag>Tutorial Series</tag>
	</tags>
	
	<intro>
		Welcome to Visual Basic 2008, the most mature version yet of the most popular programming
language for building Windows and web applications. I will help you build your concepts bit-by-bit in this tutorial series. Think of this as an e-Classroom. If you have any comments/questions, you can use the comments box on the right, or you can contact me through e-mail.
	</intro>
	
	<para>
		<heading level='1'>How to Save Your Projects</heading>
		
		<text>
			If you have a look in the top right of the Design Environment, you'll see the Solution Explorer. (If you can't see it, click View > Solution Explorer.)</text>	
			
		<image>007_img1.jpg</image>
			
		<text>The Solution Explorer shows you all the files you have in your project (Notice that the name of your project is at the top of the tree - "My First Project").</text>
			
		<text>At first glance, it looks as though there are not many files in the project. But click the Show All Files icon, circled below:</text>
			
		<image>007_img2.jpg</image>
		
		<text>
			When you click Show All Files, the Solution Explorer will look something like this:
		</text>
			
		<image>007_img3.jpg</image>
		
		<text>All the files in the project are displayed</text>
		<text>When you save your project, you are saving all these files.To save your work, click File > Save All and you'll see the following dialogue box :</text>
			
		<image>007_img4.jpg</image>
		
		<text>The files are usually saved in the My Document folder in XP (Document folder in Vista), under Visual Studio and under Projects. If you want to save your projects elsewhere, click the Browse button.</text>
		
		<text>To actually save your work as you go along, just click File > Save All from the menu bar. Or press Ctrl + Shift + S on your keyboard. Or click the icon in the Toolbar (the stack of floppy disks). If you save often then you won't lose any of your work if anything goes wrong with your computer(you know unexpected power off!).</text>
		<endl/>
		<text>
			In the next section, we'll get down and do a bit of actual programming. It's a gentle introduction, so nothing to get too worried about!</text>
		<endl/>
		<text>To be continued...</text>
	</para>
	</document>