<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Dissecting the First Visual Basic Program You Created - 03</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/0c0e/01cbb2b6-9e2d-448e-98e4-9f9c017d0c0e/03VBDissectingtheFirstVisualBasicProgramYouCreated_100_ch9.jpg</url>
		<title>Channel 9 - Dissecting the First Visual Basic Program You Created - 03</title>
		<link></link>
	</image>
	<description>This lesson picks up from the previous one by discussing at length each action and line of code you wrote. It discusses the relationship between the Visual Basic code you write, the Visual Basic compiler, the .NET Framework and more. The lesson discusses the concept of code blocks at a high level explaining how methods, classes and namespaces are related. Finally, the lesson shows you where your project files are stored and the location of your code after it is compiled by the Visual Studio IDE and the different types of compilation (i.e., debug versus release). Download the source code for Dissecting the First Visual Basic... &amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 20:17:45 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 20:17:45 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[very very good and informative series. good work Bob. You are the best. Keep it up..&#47;<p>posted by charles ansong</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634584927198389215</link>
		<pubDate>Sat, 03 Dec 2011 07:05:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634584927198389215</guid>
		<dc:creator>charles ansong</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[superbbbb nd awsmeeee, keep it up&#33;<p>posted by Ravi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634599043703979255</link>
		<pubDate>Mon, 19 Dec 2011 15:12:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634599043703979255</guid>
		<dc:creator>Ravi</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[I cant find out how to get it to show up in my release folder its not under debug drop down im using visual studio 2010 btw<p>posted by Damion Allen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634600424408775000</link>
		<pubDate>Wed, 21 Dec 2011 05:34:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634600424408775000</guid>
		<dc:creator>Damion Allen</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>@Damion ... The release folder is used when a release version of the application is created.&nbsp; To create a release version IN VB EXPRESS EDITION, you must choose the menu option Debug | Build &lt;&lt;your project name&gt;&gt;.&nbsp; Likewise, the Debug version of the application will not appear in the Debug folder until you run (Start Debugging / F5) at least once.</p><p>IN VISUAL STUDIO 2010 PRO: You first choose the pre-created Release configuration from the Configuration Manager (Build | Configuration Manager ... or the Solutions Configuration drop down box on the toolbar ... next to the green Start Debugging arrow icon) then select Build | Build &lt;&lt;your project name&gt;&gt;.</p><p>I just did this in the PRO version and got this output in the Output window:</p><p>------ Build started: Project: HelloWorld, Configuration: Release x86 ------<br>&nbsp; HelloWorld -&gt; C:\Users\Robert Tabor\documents\visual studio 2010\Projects\HelloWorld\HelloWorld\bin\Release\HelloWorld.exe<br>========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========</p><p>&nbsp;</p><p>This points you to the folder where it was released (see the message, above).&nbsp; Hope that helps?&nbsp; Perhaps it was outputting in a different directory than you were anticipating?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634605481127461610</link>
		<pubDate>Tue, 27 Dec 2011 02:01:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634605481127461610</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634600424408775000">Damion Allen</a>: See my comments, above ... I forgot to hit the Reply button.&nbsp; Doh!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634605481852790338</link>
		<pubDate>Tue, 27 Dec 2011 02:03:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634605481852790338</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>I am a physician but had a long wish to learn computer programming language &amp; you are perfect teacher to teach it!</p><p>before i used to get confused assuming that every characters in language&nbsp;may be for main&nbsp;pragramming&nbsp;pupose but in fact not all, some to give a clean&nbsp;&amp; organised look in runtime?!&nbsp;Am I right Sir? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by drmofa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634639417596007564</link>
		<pubDate>Sat, 04 Feb 2012 08:42:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634639417596007564</guid>
		<dc:creator>drmofa</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634639417596007564">drmofa</a>: &nbsp;Clean and organized DURING DEVELOPMENT -- so that you can read your own code, or others can ... yes. &nbsp;Some &quot;white space&quot; characters are ignored by the compiler. &nbsp;Code comments are ignored by the compiler. &nbsp;Everything else will be processed and eventually compiled by the compiler. &nbsp;Hope that helps? &nbsp;Best wishes to you! &nbsp;&quot;This isn't rocket surgery&quot; so I'm thinking you'll pick this up in no time at all. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634644022383023567</link>
		<pubDate>Thu, 09 Feb 2012 16:37:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634644022383023567</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[Bob, I just wanted to say this is a great video&#33; You do a really great job explaining everything clearly, and you are a great speaker&#33; Keep up the good work &#58;&#41; I look forward to learning more from your videos<br><br>- derek<p>posted by Derek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634645857241979343</link>
		<pubDate>Sat, 11 Feb 2012 19:35:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634645857241979343</guid>
		<dc:creator>Derek</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634645857241979343">Derek</a>: Thanks, I appreciate that. &nbsp;Hope the videos continue to work well for you!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634647435409097194</link>
		<pubDate>Mon, 13 Feb 2012 15:25:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634647435409097194</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[Bob really I appreciate your work , its an ART<br>thanks <p>posted by Mohamed</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634666613960976322</link>
		<pubDate>Tue, 06 Mar 2012 20:09:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634666613960976322</guid>
		<dc:creator>Mohamed</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[Hey Bob&#33; I have decided to take part in the Duke of Edinburgh award, and for my activity my goal is to &#34;Learn the fundamentals of Visual basic and be able to create a variety of programs&#34;. and this series of videos is clear, easy to understand for an &#34;absolute beginner&#34; and just is really helping me get through my DofE award&#33;&#33; <br><br>I have followed the first three videos and am hoping to continue through the series. <br><br>Thank you for creating this guide, and im really looking forward to completing the series&#33;<br><br>Great Work&#33;<br><br>Chris Markwell<p>posted by Chris Markwell</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634679578202111225</link>
		<pubDate>Wed, 21 Mar 2012 20:17:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634679578202111225</guid>
		<dc:creator>Chris Markwell</dc:creator>
	</item>
	<item>
		<title>Re: Dissecting the First Visual Basic Program You Created - 03</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634679578202111225">Chris Markwell</a>: &nbsp;re: DofE award ... sounds cool ... I'll have to check out what that is exactly. &nbsp;Best wishes towards your success!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634680242989417408</link>
		<pubDate>Thu, 22 Mar 2012 14:44:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Dissecting-the-First-Visual-Basic-Program-You-Created-03#c634680242989417408</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
</channel>
</rss>