VB Tutorials

Welcome! Take a look at the VB Tutorial Categories or try a Search of the site!

thumbnail.png

How to Use the Length Method in Visual Basic.NET

Filed in: ASP.NET, Syntax
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

Filed in: ASP.NET, Syntax
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

Filed in: ASP.NET, Syntax
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

Filed in: ASP.NET, Syntax
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 [...]
thumbnail.png

How to Use a RadioButtonList to Redirect to URL’s using Visual Basic

Filed in: ASP.NET, Network
In this tutorial we will show you how to set up a list of radio buttons for the user to select and then click on a submit button that redirects [...]
thumbnail.png

Creating a Dropdown List in Visual Basic.NET

Filed in: ASP.NET, Controls
In this tutorial we will show you how to create a dropdown list and how to add to it with user input. Having a dropdown list on a website is [...]
thumbnail.png

Get the Current Date and Time in Visual Basic.NET

Filed in: ASP.NET, Syntax
This tutorial will show you how to output the current date and time in Visual Basic.NET. Outputting the date is a neat feature in the sense that it automatically knows [...]
thumbnail.png

Hello World in Visual Basic.NET

Filed in: ASP.NET, Syntax
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 [...]
Page 4 of 41234

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