<?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>Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</title>
	<atom:link href="https://www.vbtutor.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vbtutor.net/</link>
	<description>Start learning Visual Basic from beginner to advanced. Includes VB.NET, VBA, and classic VB tutorials for students and professionals.</description>
	<lastBuildDate>Sat, 13 Apr 2019 23:47:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Launching of Visual Basic 2019 Tutorial</title>
		<link>https://www.vbtutor.net/index.php/2019/04/13/visual-basic-2019-tutorial/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sat, 13 Apr 2019 12:30:04 +0000</pubDate>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[vb2019]]></category>
		<category><![CDATA[visual basic 2019]]></category>
		<category><![CDATA[Visual Studio 2019]]></category>
		<category><![CDATA[VS2019]]></category>
		<guid isPermaLink="false">http://www.vbtutor.net/?p=13353</guid>

					<description><![CDATA[<p>Microsoft has released Visual Studio 2019 preview recently. VS 2019 allows you to code in different programming languages and different platforms, Visual Basic 2019 is one of them. The other Programming languages are C# &#160;C++, F#, JavaScript, Java and Python. Visual Studio 2019 Preview can be downloaded from the link below. You need to have &#8230; <a href="https://www.vbtutor.net/index.php/2019/04/13/visual-basic-2019-tutorial/" class="more-link">Continue reading <span class="screen-reader-text">Launching of Visual Basic 2019 Tutorial</span></a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2019/04/13/visual-basic-2019-tutorial/">Launching of Visual Basic 2019 Tutorial</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">Microsoft has released Visual Studio 2019 preview recently. VS 2019 allows you to code in different programming languages and different platforms, Visual Basic 2019 is one of them. The other Programming languages are C# &nbsp;C++, F#, JavaScript, Java and Python.</p>



<p>Visual Studio 2019 Preview can be downloaded from the link below. You need to have a Microsoft account to download the package.</p>



<figure class="wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-visual-studio"><div class="wp-block-embed__wrapper">
https://visualstudio.microsoft.com/vs/preview/
</div></figure>



<p>Inline with the release of Visual Studio 2019, we have also released our tutorial on the latest VB.Net programming language, <a href="https://www.vbtutor.net/vb2019/vb2019tutor.html">Visual Basic 2019 Tutorial</a> for the benefits of our loyal students and followers.</p>



<p>Getting into the Visual Basic 2019 IDE is quite differently from Visual Basic 2017.  But not to worry, our tutor has included the detail steps in launching Visual Basic 2019 in the follow lesson:</p>



<p><a href="https://www.vbtutor.net/vb2019/vb2019_lesson1.html">https://www.vbtutor.net/vb2019/vb2019_lesson1.html</a></p>



<p>You will learn about how to  design the UI in <a href="https://www.vbtutor.net/vb2019/vb2019_lesson2.html">lesson 2</a> and <a href="https://www.vbtutor.net/vb2019/vb2019_lesson3.html">lesson3.</a></p>



<p>For coding, you can check <a href="https://www.vbtutor.net/vb2019/vb2019_lesson4.html">out lesson 4.</a></p>



<p>Start following this newest tutorial by checking into <a href="https://www.vbtutor.net/vb2019/vb2019tutor.html">VB2019 Tutorial homepage</a>.</p>



<p>Happy Learning!</p>
<p>The post <a href="https://www.vbtutor.net/index.php/2019/04/13/visual-basic-2019-tutorial/">Launching of Visual Basic 2019 Tutorial</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding Items in a ListBox</title>
		<link>https://www.vbtutor.net/index.php/2018/04/07/adding-items-in-a-listbox/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sat, 07 Apr 2018 07:03:14 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.vbtutor.net/?p=12938</guid>

					<description><![CDATA[<p>In Visual Basic.Net, items can also be added at runtime using the Add( ) method. We can apply this method in Visual Basic 2017, Visual Basic 2015, Visual Basic 2013, Visual Basic 2012, Visual Basic 2010 as well as Visual Basic 2008. The syntax of the Add() method is as follows: Private Sub Button1_Click(sender As Object, e &#8230; <a href="https://www.vbtutor.net/index.php/2018/04/07/adding-items-in-a-listbox/" class="more-link">Continue reading <span class="screen-reader-text">Adding Items in a ListBox</span></a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/04/07/adding-items-in-a-listbox/">Adding Items in a ListBox</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">In Visual Basic.Net, items can also be added at runtime using the </span><b>Add( )</b><span style="font-weight: 400;"> method. We can apply this method in Visual Basic 2017, Visual Basic 2015, Visual Basic 2013, Visual Basic 2012, Visual Basic 2010 as well as Visual Basic 2008.</span></p>
<p>The syntax of the Add() method is as follows:</p>
<pre>Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
 ListBox1.Items.Add(text)
End Sub</pre>
<p>Example:</p>
<p><span style="font-weight: 400;">Private</span> <span style="font-weight: 400;">Sub</span><span style="font-weight: 400;"> Button1_Click(sender </span><span style="font-weight: 400;">As</span> <span style="font-weight: 400;">Object</span><span style="font-weight: 400;">, e </span><span style="font-weight: 400;">As</span> <span style="font-weight: 400;">EventArgs</span><span style="font-weight: 400;">) </span><span style="font-weight: 400;">Handles</span><span style="font-weight: 400;"> Button1.Click</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">      ListBox1.Items.Add(</span><span style="font-weight: 400;">&#8220;Apple&#8221;</span><span style="font-weight: 400;">)</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">End</span> <span style="font-weight: 400;">Sub</span></p>
<p>The Output is as shown below:</p>
<p>&nbsp;</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-12939" src="https://www.vbtutor.net/wordpress/wp-content/uploads/2018/04/listbox.jpg" alt="" width="286" height="293" srcset="https://www.vbtutor.net/wordpress/wp-content/uploads/2018/04/listbox.jpg 286w, https://www.vbtutor.net/wordpress/wp-content/uploads/2018/04/listbox-24x24.jpg 24w, https://www.vbtutor.net/wordpress/wp-content/uploads/2018/04/listbox-36x36.jpg 36w, https://www.vbtutor.net/wordpress/wp-content/uploads/2018/04/listbox-48x48.jpg 48w" sizes="(max-width: 286px) 100vw, 286px" /></p>
<p>Besides that, we can also <span style="font-weight: 400;">allow the user to add items via a popup input box. </span></p>
<p><span style="font-weight: 400;">In the following example, we create a variable </span><span style="font-weight: 400;">myitem </span><span style="font-weight: 400;">and then assign a value to</span><span style="font-weight: 400;"> myitem </span><span style="font-weight: 400;">via the InputBox function that store the input from the user. We then use the Add() method to add the user’s item into the listbox. The code is as follows:</span></p>
<pre>Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim myitem                        'declare the variable myitem 
 myitem = InputBox("Enter your Item")
ListBox1.Items.Add(myitem)
End Sub
</pre>
<p>For more examples, refer to<br />
<a href="https://www.vbtutor.net/vb2017/VB2017_Lesson6.html">http://www.vbtutor.net/vb2017/VB2017_Lesson6.html</a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/04/07/adding-items-in-a-listbox/">Adding Items in a ListBox</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visual Basic 2008 Made Easy Paperback has been released!</title>
		<link>https://www.vbtutor.net/index.php/2018/01/21/visual-basic-2008-made-easy-paperback-released/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 23:59:43 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.vbtutor.net/?p=12864</guid>

					<description><![CDATA[<p>Visual Basic 2008 Made Easy is written by Dr. Liew, the webmaster of our popular online Visual Basic Tutorial, vbtutor.net. This book is a comprehensive guide to mastering Visual Basic 2008, from beginner to intermediate programmers.  This book has been written to complement our free online Visual Basic 2008 tutorial with much more content. It is also &#8230; <a href="https://www.vbtutor.net/index.php/2018/01/21/visual-basic-2008-made-easy-paperback-released/" class="more-link">Continue reading <span class="screen-reader-text">Visual Basic 2008 Made Easy Paperback has been released!</span></a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/21/visual-basic-2008-made-easy-paperback-released/">Visual Basic 2008 Made Easy Paperback has been released!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Visual Basic 2008 Made Easy is written by Dr. Liew, the webmaster of our popular online Visual Basic Tutorial, <b>vbtutor.net.</b> This book is a comprehensive guide to mastering Visual Basic 2008, from beginner to intermediate programmers.  This book has been written to complement our free online Visual Basic 2008 tutorial with much more content. It is also an excellent reference text for high school or college-level computer science courses.</p>
<p>Reading this book will allow you to:</p>
<ol>
<li>Understand the basic concepts of Visual Basic 2008 programming</li>
<li>Create your own Visual Basic 2008 applications from scratch</li>
<li>Get inspiration from a variety of interesting sample programs</li>
<li>Modify the code samples easily to suit your needs</li>
<li>Learn how to package and distribute your applications</li>
</ol>
<p>Check out the book on Amazon.com</p>
<div style="text-align: center;"><iframe style="width: 120px; height: 240px;" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ac&amp;ref=tf_til&amp;ad_type=product_link&amp;tracking_id=drliewvoonkio-20&amp;marketplace=amazon&amp;region=US&amp;placement=1976901588&amp;asins=1976901588&amp;linkId=14fddf49d7783db3d81255cc5e9e76c3&amp;show_border=false&amp;link_opens_in_new_window=false&amp;price_color=333333&amp;title_color=0066c0&amp;bg_color=ffffff" width="300" height="150" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"><br />
</iframe></div>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/21/visual-basic-2008-made-easy-paperback-released/">Visual Basic 2008 Made Easy Paperback has been released!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visual Basic 2015 Made Easy has been Released Today!</title>
		<link>https://www.vbtutor.net/index.php/2018/01/10/visual-basic-2015-made-easy-release-today/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Tue, 09 Jan 2018 22:56:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.vbtutor.net/?p=12842</guid>

					<description><![CDATA[<p>We have released another Visual Basic Made Easy Series book, Visual Basic 2015 Made Easy. Price: $28.00 AUTHOR:&#160;DR. LIEW VOON KIONG Visual Basic 2015 Made Easy is written by Dr. Liew, the webmaster of our popular online Visual Basic Tutorial, vbtutor.net. This book is a complete guide to mastering Visual Basic 20157, from beginner to &#8230; <a href="https://www.vbtutor.net/index.php/2018/01/10/visual-basic-2015-made-easy-release-today/" class="more-link">Continue reading <span class="screen-reader-text">Visual Basic 2015 Made Easy has been Released Today!</span></a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/10/visual-basic-2015-made-easy-release-today/">Visual Basic 2015 Made Easy has been Released Today!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We have released another Visual Basic Made Easy Series book, Visual Basic 2015 Made Easy.<br>
</p>



<form style="text-align: center;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick"><br>
<input name="hosted_button_id" type="hidden" value="TCWZPE52K9DPA"><br>
<input alt="PayPal - The safer, easier way to pay online!" height="auto" name="submit" src="https://www.vbtutor.net/wordpress/wp-content/uploads/2018/01/vb2015md_cover.jpg" type="image" width="40%"><br>
<figure><img decoding="async" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0"></figure></form>



<p><strong>Price: $28.00</strong></p>



<p><span style="color: #993366;"><strong>AUTHOR:&nbsp;DR. LIEW VOON KIONG</strong></span></p>



<p><span style="font-weight: 400;">Visual Basic 2015 Made Easy is written by Dr. Liew, the webmaster of our popular online Visual Basic Tutorial, </span><b>vbtutor.net.</b><span style="font-weight: 400;"> This book is a complete guide to mastering Visual Basic 20157, from beginner to intermediate programmers.&nbsp; This book has been written to complement our free online Visual Basic 2017 tutorial with much more content. It is also an excellent reference text for high school or college-level computer science courses.&nbsp;</span></p>



<p><span style="font-weight: 400;">Reading this book will allow you to: &nbsp;</span></p>



<ol class="wp-block-list"><li><span style="font-weight: 400;"> Understand the basic concepts of Visual Basic 2015 programming</span></li><li><span style="font-weight: 400;"> Create your own Visual Basic 2015 applications from scratch</span></li><li><span style="font-weight: 400;"> Get inspiration from a variety of interesting sample programs</span></li><li><span style="font-weight: 400;"> Modify the code samples easily to suit your needs</span></li><li><span style="font-weight: 400;"> Learn how to package and distribute your applications</span></li></ol>



<p><strong><a href="https://www.vbtutor.net/vb2015/vb2015preview.pdf">Preview the Book</a></strong></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/10/visual-basic-2015-made-easy-release-today/">Visual Basic 2015 Made Easy has been Released Today!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visual Basic 2013 Made Easy Paperback is released today!</title>
		<link>https://www.vbtutor.net/index.php/2018/01/07/visual-basic-2013-made-easy-paperback-released-today/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 13:46:19 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.vbtutor.net/?p=12805</guid>

					<description><![CDATA[<p>Our New Visual Basic 2013 Made Easy Paperback is released today! Visual Basic 2013 Made Easy  is now available in the paperback version where you can hold and read!  Our tutor Dr.Liew has revamped the digital book by redesigning the formats to make it more reader-friendly. Besides that, he has added a few more topics like drawing &#8230; <a href="https://www.vbtutor.net/index.php/2018/01/07/visual-basic-2013-made-easy-paperback-released-today/" class="more-link">Continue reading <span class="screen-reader-text">Visual Basic 2013 Made Easy Paperback is released today!</span></a></p>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/07/visual-basic-2013-made-easy-paperback-released-today/">Visual Basic 2013 Made Easy Paperback is released today!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Our New Visual Basic 2013 Made Easy Paperback is released today!</p>
<p>Visual Basic 2013 Made Easy  is now available in the paperback version where you can hold and read!  Our tutor Dr.Liew has revamped the digital book by redesigning the formats to make it more reader-friendly. Besides that, he has added a few more topics like drawing the quadratic curve, drawing the sine curve, deploying your VB2013 applications and more.</p>
<p>This book is a complete guide to mastering Visual Basic 2013, from beginner to intermediate programmers.  This book has been written to complement our free online Visual Basic 2013 tutorial . It is also an excellent reference text for high school or college-level computer science courses.</p>
<p>Reading this book will allow you to:</p>
<ol>
<li>Understand the basic concepts of Visual Basic 2013 programming</li>
<li>Create your own Visual Basic 2013 applications from scratch</li>
<li>Get inspiration from a variety of interesting sample programs</li>
<li>Modify the code samples easily to suit your needs</li>
<li>Learn how to package and distribute your applications</li>
</ol>
<p>Check it out on Amazon.com</p>
<div style="text-align:center">
<iframe style="width:150px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&#038;OneJS=1&#038;Operation=GetAdHtml&#038;MarketPlace=US&#038;source=ac&#038;ref=tf_til&#038;ad_type=product_link&#038;tracking_id=drliewvoonkio-20&#038;marketplace=amazon&#038;region=US&#038;placement=197683032X&#038;asins=197683032X&#038;linkId=f65ee73901a908b0ba6c2ec540ff4554&#038;show_border=false&#038;link_opens_in_new_window=false&#038;price_color=333333&#038;title_color=0066c0&#038;bg_color=ffffff"><br />
    </iframe>
</div>
<p>The post <a href="https://www.vbtutor.net/index.php/2018/01/07/visual-basic-2013-made-easy-paperback-released-today/">Visual Basic 2013 Made Easy Paperback is released today!</a> appeared first on <a href="https://www.vbtutor.net">Learn Visual Basic Programming – VB.NET, VBA &amp; Classic VB</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
