visual basic

Connecting MySQL Database using Visual Basic.NET

Submitted by joken on
In this tutorial I am going to show you the process on how to connect Basic using MySQL Database. To begin with, you need to download the MySQL Connector/NET first from this link http://dev.mysql.com/downloads/connector/odbc/. After downloading, you need to install it so the connector will now available to use under the Reference. Now let’s begin creating our application using VB.NET (I’m Using VB Express 2008 edition). And this time you need to add a reference using MySQL Connector.

Volume of a Cone Coding

Submitted by Pigout77 on
The program has the following features: 1. User input for the integer values of the radius and height. 2. A reset button that will clear all textboxes and result labels. 3. A graphical image is to be included showing how the dimensions of the cone are measured. 4. A quit program button.

How to sort a ListView control by a column header in VB.NET

Submitted by nimblebits on
Sorting of a ListView control can become complicated and is not included in the control by default. This example shows how to sort a ListView control by a column in your VB.NET application without any 3rd party addons. When you are working with the ListView control, you may want to sort its contents based on a specific column. An example of this kind of functionality occurs in a Windows Explorer

Library System

Submitted by jkev on
Hello guys I have here a library system in vb.net and Microsoft access as a database. Has an excellent graphical user interface and user friendly environment. The features of this system are the following: - Add, Edit, and Delete Member - Borrow books - return books - Search, add edit and delete books - produce report for books - sort books and many more... Hope you like this system. Thank you