vb.net

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.

Computer Equipment Monitoring System Using Visual Basic 2015 and MySQL Database

Submitted by janobe on
It’s very important to monitor your equipment most especially if you have a computer laboratory at school. So, this computer monitoring system is surely a big help in doing the task. This is a user friendly system and its features can be easily learned. The main purpose of this system is to accurately manage all of the computer equipment and to determine in what place or laboratory it belongs. And

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.

How to Display All Drives into the ListView Using VB.Net

Submitted by janobe on
This tutorial that I’m going to teach you is about how to display all drives into the listview using Vb.Net. This method is useful when you have to display the computer drives in the listview. With this, you will be able to see and have an idea what drives are available on your computer. Simply follow the instructions below and you will be done in no time.

Create a Chart and Export Data from the DataGridView into Excel

Submitted by Thongkorn on
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

How to Delete Multiple Data Using VB.Net and MS Access Database

Submitted by janobe on
In this tutorial, I will teach you how to delete multiple data using vb.net and MS Access database. This method will give you convenience in deleting data and you can select what data to be deleted by using a checkbox. This will surely help you especially if you have multiple data to delete. Follow the procedure below to see how it works.

How to Save Multiple Data Using VB.Net and Access Database

Submitted by janobe on
In this tutorial, I will teach you how to save multiple data in the database by using vb.net and MS Access database. I create this tutorial because of the request of my followers. This method is very helpful for saving multiple data in just a click. Hope you will find this tutorial useful too.