Visual Basic .NET Tutorial

Celsius and Fahrenheit Conversion in VB.Net

Submitted by janobe on
If you are looking for a tutorial for the conversion of Celsius and Fahrenheit in VB.Net, we’ll this tutorial is the one that is just right for you. This tutorial has a functionality that converts the number that you input to Fahrenheit and Celsius. It composed of label, textbox and two buttons inside the form. See the procedure below.

Save and Load Data in the Listview Using VB.Net and MySQL Database

Submitted by janobe on
If you find it hard to save and load the data in the Listview, this tutorial is just right for you. ListView is commonly use by many programmers to avoid logging in retrieving the data when the content is too much. By simply following the procedure below you will be able to perform it with ease.