VB Tutorials

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

thumbnail.png

How to Create a File Browser using Visual Basic

Filed in: Files, Windows Forms
This application is really basic but is pretty neat to make. This application will be able to browse through files on your computer and upon opening a file will display [...]
thumbnail.png

How to Create an AdRotator in Visual Basic.NET

Filed in: ASP.NET, Controls
An AdRotator’s job is to rotate through ads specified by the programmer. This is a really great tool for any web site and the ending result is really nice. In [...]
thumbnail.png

How to Create a Gross Pay Calculator in Visual Basic

Ever wondered how much you make at your work? Well you should already know but if not then we can create a calculator that calculates gross pay automatically. No need [...]
thumbnail.png

How to Create a Basic Web Browser in Visual Basic

In this tutorial we will create a simple web browser in visual basic. There is a tool called ‘WebBrowser’ in the toolbox that is specifically designed to output web pages. [...]
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 use the Parse Method in Visual Basic.NET

Filed in: ASP.NET, Syntax
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 Sort Items in a ListBox in Visual Basic.NET

Filed in: ASP.NET, Controls
Sorting is a neat feature that can be done to lists for easier accessibility. Sorting lists in alphabetical order has kind of become a norm in our society, people are used [...]
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 Pass Parameters in Visual Basic.NET

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

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