Visual Basic .NET Tutorial

Simple Way to Get All .txt Files in the Directory Using VB.Net

Submitted by janobe on
In this tutorial I’m going to teach you how to get all .txt Files in the Directory Using VB.Net. This method will surely help you to retrieve all .txt file in a specific directory and display it inside the listbox. This simple program can be easily done in no time. See the procedure below to find out how it works.

How to Add Status Bar Inside the Toolbars in VB.Net

Submitted by janobe on
In this tutorial you will learn on how to add status bar inside the toolbars in VB.Net. But, let’s briefly tackle first what is a status bar? It is a graphical control element that is usually used to display certain information that can be found at the window’s bottom. Now, all you have to do is follow the steps below to see how the status bar is added inside the toolbars.

How to Minimize and Maximize the Form Programmatically Using VB.Net

Submitted by janobe on
In this tutorial I will teach you how to minimize and maximize the form programmatically in vb.net. Many are wondering on how to do this method but I will show to you the simplest way on how to do it. All you have to do is follow the instructions that are shown below then, you are done in just few minutes. So, let’s get started.

How to Create a CVS File in VB.Net

Submitted by janobe on
Let’s learn how to create CSV file in Visual Basic 2015. CSV file is a Comma Separated Value that is a commonly used format in text editor such as Microsoft Excel, OpenOffice Calc, notepad and Google docs. It is a plain text file that contains a list of data record. Each of its data record consist one or more fields that are separated by commas. So, in this tutorial, I’m going to teach you how to read and write the CSV file in a simple way.

How to Create a Simple Addition Using Console Application in VB.net

Submitted by janobe on
In writing a program, there are times that you have to deal with the input and output process. The question is what kind of method you have to use to work it. So, in this tutorial I will teach you how to create a simple addition using console application in VB.net. This simple method will help you process the command line itself to find out what kind of output the user wants to prompt.

How to Calculate Water Tank Capacity Using VB.Net

Submitted by janobe on
In this tutorial I will teach you how to calculate the capacity of a water tank using vb.net. You maybe have water tanks at home or in any infrastructure; it is a large chamber used for storing water and it comes in variety styles. And you might need to calculate the water tank to make sure that your water source provides enough water. Take a look at the procedure below to find out how.

How to Make Slide Show in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to make slide show in VB.Net. Slide show is a presentation of a series of pictures that is usually displayed in an electronic device like a projection screen to present clearly the text or images to an audience. Now, if you what to know how to make a program of it? It’s just simple if you only follow the steps that are shown below.