Syntax VB Tutorials


thumbnail.png

How to Use a For Loop in Visual Basic.NET

The for loop is a control statement that allows code to be executed repeatedly until a given Boolean condition is met. Its a lot easier to see it than to [...]
thumbnail.png

How to Use a Try…Catch Block in Visual Basic.NET

Exception handling is the practice of handling exceptions, or errors, to provide a more healthy means of communicating with the user and programmer alike. If a program comes across a [...]
thumbnail.png

How to Use a While Loop in Visual Basic.NET

The while loop is a control statement that allows code to be executed repeatedly until a given Boolean condition is met. It’s a lot easier to see it than to [...]
thumbnail.png

How to use the Parse Method in Visual Basic.NET

In this tutorial we will cover the parse shared method that changes the string representation of a number to its passed equivalent. Parse is the method to be called but [...]
thumbnail.png

How to Pass Parameters in Visual Basic.NET

In todays tutorial we will cover the multiple ways a public sub can be called, with or without parameters, by value and by reference. Are you familiar with the ever [...]
thumbnail.png

How to Use a Hashtable in Visual Basic.NET

Hash tables use key and value pairs. The hash key is processed through a hashing function that is designed to create a unique value that is then used as an [...]
thumbnail.png

How to Use the Length Method in Visual Basic.NET

The length method counts how many characters are in a string and returns the number. This is useful for arrays or when validating a word has to be at least [...]
thumbnail.png

How to Create an Array in Visual Basic.NET

An array is data structure that stores a collection of individual values that are of the same data type. Rather than make 20 individual variables of the same data type, [...]
thumbnail.png

How to Create and Call a Function in Visual Basic.NET

Functions are a very useful tool to know. It can make coding a lot easier, especially for long time consuming coding. When I first started coding, I did not like [...]
thumbnail.png

How to Create a Basic Calculator in Visual Basic.NET

First I want to say thank you for taking the time to read this tutorial. If your a beginner this will help you a lot in the basics of visual [...]
Page 1 of 212

About Us

At V4.VBasic.net, we'll keep you up to date on some of the newest and coolest programming tips and techniques in VB. Whether you're looking for the basics or something specific, we have a vast supply of VB tutorials to fit your needs.

Learn More About Us