<?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>Visual Basic Tutorials Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/tag/visual-basic-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/tag/visual-basic-tutorials/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Tue, 06 Jun 2017 17:32:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>Visual Basic Tutorials Archives - TECHAntena</title>
	<link>https://www.techantena.com/tag/visual-basic-tutorials/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>Concept of Event Driven Programming in Visual Basic .Net</title>
		<link>https://www.techantena.com/2331/concept-of-event-driven-programming-visual-basic/</link>
					<comments>https://www.techantena.com/2331/concept-of-event-driven-programming-visual-basic/#comments</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 04 Jun 2017 13:55:08 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=2331</guid>

					<description><![CDATA[<p>Visual Basic is an event-driven programming language. The event-driven programming is a computer programming paradigm where the flow and control of the program are determined by some events. In computer programming, the events are some user actions (such as mouse click, pressing a key, or hovering mouse) sensor outputs, messages or threads from other program code. [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/2331/concept-of-event-driven-programming-visual-basic/">Concept of Event Driven Programming in Visual Basic .Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/2331/concept-of-event-driven-programming-visual-basic/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2331</post-id>	</item>
		<item>
		<title>TextBox Control in VB.Net</title>
		<link>https://www.techantena.com/3709/textbox-control-vb-net/</link>
					<comments>https://www.techantena.com/3709/textbox-control-vb-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2017 04:02:37 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3709</guid>

					<description><![CDATA[<p>TextBox in the .Net applications are like the input box both have the input fields to insert data. The TextBox can either input the single line text or the multi-line texts. TextBox control allows entering text at the runtime of the programs. Add TextBox control to the Form From the toolbox drag &#38; drop the [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3709/textbox-control-vb-net/">TextBox Control in VB.Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3709/textbox-control-vb-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3709</post-id>	</item>
		<item>
		<title>Mouse &#038; Keyboard Events in VB.Net</title>
		<link>https://www.techantena.com/3693/mouse-keyboard-events-vb-net/</link>
					<comments>https://www.techantena.com/3693/mouse-keyboard-events-vb-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 16:20:20 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3693</guid>

					<description><![CDATA[<p>The events in a Visual Basic.Net program are of two types: user generated events and system generated events. The user-generated events occur when the user actions key press, clicks, mouse movements, etc. are happening. System generated events are the notifications in the computer. An event in a program is an action which occurs when clicking on [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3693/mouse-keyboard-events-vb-net/">Mouse &#038; Keyboard Events in VB.Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3693/mouse-keyboard-events-vb-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3693</post-id>	</item>
		<item>
		<title>SDI and MDI Forms in VB.Net</title>
		<link>https://www.techantena.com/3675/sdi-mdi-forms-vb-net/</link>
					<comments>https://www.techantena.com/3675/sdi-mdi-forms-vb-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 14:20:40 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3675</guid>

					<description><![CDATA[<p>The SDI and MDI forms are the interface design for document handling within a single Windows application. The MDI stands for Multiple Document Interface whereas SDI stands for Single Document Interface. MDI: A multiple document Interface is one that allows viewing multiple windows within a large window. SDI: A single Document Interface is one where all Windows [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3675/sdi-mdi-forms-vb-net/">SDI and MDI Forms in VB.Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3675/sdi-mdi-forms-vb-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3675</post-id>	</item>
		<item>
		<title>Working with Multiple Forms in VB.Net</title>
		<link>https://www.techantena.com/3663/working-multiple-forms-vb-net/</link>
					<comments>https://www.techantena.com/3663/working-multiple-forms-vb-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 13:35:43 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3663</guid>

					<description><![CDATA[<p>VB.Net allow working with multiple forms. Every form in Visual Basic.Net is known as windows. A Windows application can either be a Single Form application or multiple form application. Here I&#8217;m showing you how to create a new form in Visual Studio and how to show the second form. How to Create a New Form [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3663/working-multiple-forms-vb-net/">Working with Multiple Forms in VB.Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3663/working-multiple-forms-vb-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3663</post-id>	</item>
		<item>
		<title>VB.Net Input Box with Example</title>
		<link>https://www.techantena.com/3656/vb-net-input-box/</link>
					<comments>https://www.techantena.com/3656/vb-net-input-box/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 10:47:58 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3656</guid>

					<description><![CDATA[<p>The VB.Net input box is a dialog box where the user can insert the values. The Input Box contains OK and cancel buttons, an optional title, and input field. The value inputs to the box of entry can be assigned to a variable. You may use the input box as shown below. Dim a As [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3656/vb-net-input-box/">VB.Net Input Box with Example</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3656/vb-net-input-box/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3656</post-id>	</item>
		<item>
		<title>VB.Net Message Box: Types of MessageBox</title>
		<link>https://www.techantena.com/3635/vb-net-message-box/</link>
					<comments>https://www.techantena.com/3635/vb-net-message-box/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 09:52:51 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3635</guid>

					<description><![CDATA[<p>The VB.Net Message Box displays a dialog box that interrupts the user. It immediately blocks further interaction with Windows Form. Different Types of VB.Net Message Box There are different types of MessageBoxes in VB.Net some of them are given below. Example 1: To show message box use the following piece of code. MessageBox.Show( "Your Message Here" ) [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3635/vb-net-message-box/">VB.Net Message Box: Types of MessageBox</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3635/vb-net-message-box/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3635</post-id>	</item>
		<item>
		<title>Visual Basic.Net Forms: Properties, Methods, and Events</title>
		<link>https://www.techantena.com/3592/visual-basic-net-forms/</link>
					<comments>https://www.techantena.com/3592/visual-basic-net-forms/#comments</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 06:56:34 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=3592</guid>

					<description><![CDATA[<p>Visual Basic.Net provides both console applications and Windows applications. The Windows Form applications are created using the Windows forms. Here we are learning the visual basic.net forms and form properties, methods, and events. VB.Net Forms Create Visual Basic.Net Forms in Visual Studio To create a form in VB.Net, open your Visual Studio and follow this [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/3592/visual-basic-net-forms/">Visual Basic.Net Forms: Properties, Methods, and Events</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/3592/visual-basic-net-forms/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3592</post-id>	</item>
		<item>
		<title>Sub Procedures and Functions in Visual Basic .Net</title>
		<link>https://www.techantena.com/2911/sub-procedures-and-functions-vb-dot-net/</link>
					<comments>https://www.techantena.com/2911/sub-procedures-and-functions-vb-dot-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 04:44:32 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=2911</guid>

					<description><![CDATA[<p>Here we are discussing the sub procedure and functions in Visual Basic .Net. Sub Procedure in Visual Basic .Net A complete instruction with a meaning is called a statement in Visual Basic .Net. In VB.Net, a group of statements which together performs a task when it is called is known as a procedure. Similarly, a [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/2911/sub-procedures-and-functions-vb-dot-net/">Sub Procedures and Functions in Visual Basic .Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/2911/sub-procedures-and-functions-vb-dot-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2911</post-id>	</item>
		<item>
		<title>Strings &#038; String Manipulation in Visual Basic .Net</title>
		<link>https://www.techantena.com/2898/string-manipulation-vb-dot-net/</link>
					<comments>https://www.techantena.com/2898/string-manipulation-vb-dot-net/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Fri, 30 Dec 2016 09:28:45 +0000</pubDate>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB Notes]]></category>
		<category><![CDATA[VB Tutorials]]></category>
		<category><![CDATA[Visual Basic Notes]]></category>
		<category><![CDATA[Visual Basic Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=2898</guid>

					<description><![CDATA[<p>The collection of characters are called strings. Declaring String in VB.Net Syntax Dim string_name As String The string can be initialized at the time of string declaration. Dim string_name As String = "String Text" String Class Properties Chars : To return the Char object at a specified position in the current String object. Length : To [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/2898/string-manipulation-vb-dot-net/">Strings &#038; String Manipulation in Visual Basic .Net</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/2898/string-manipulation-vb-dot-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2898</post-id>	</item>
	</channel>
</rss>
