Label Tagged VB Tutorials


thumbnail.png

How to Create and Use a Button in Visual Basic.NET

Knowing how to use a button in visual basic.net is one of the easiest but yet most important things to know when building a web site. Can you imagine a [...]
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 BulletedList Control in Visual Basic.NET

A bulleted list control adds a bulleted list to the web site. We are also able to choose what is put in the bulleted list. This item is best used [...]
thumbnail.png

How to Create a Currency Converter in Visual Basic.NET

In this tutorial we will be creating a simple currency converter that will convert U.S. dollars to Euro. This is a fun little project that can be useful on a web site [...]
thumbnail.png

How to Check for Input Validation in Visual Basic.NET

Validation is an easy way of requiring input in a specific text box without much hassle. There is a control called RequiredFieldValidator that automatically checks if a text box has [...]
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

Hello World in Visual Basic.NET

This tutorial will go through the steps of adding a button to a Microsoft Visual Studio page and outputting“Hello World” when it is clicked. If you have any knowledge of [...]

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