Visual Basic .NET

Air Pressure - High and Low Scale Calibration

Submitted by philcarlo on
This very simple program is written using VB.Net which get the High and Low scale calibration of air pressure using psi( pounds per square inch) as reference. In this version you can get the equivalent air pressure value of b( bar), kPa( kilopascal) and mbar( millibar) using psi( pounds per square inch) value.

Advanced School Management System (VB.NET and Sql Server)

Submitted by Raj.Sharma on
It’s an advanced school Management System Project written in VB.NET as front end and MS SQL Server as Back end. Demo Main Features are: Students Profile Entry Hostelers Entry Bus Holders Entry Employee Profile Entry Profile Entry Bus Holders Entry Transaction Salary Payment Class Fees Payment Bus Fees Payment Hostel Fees Payment Voucher Transportation Management Class Fees Payment Receipt Hostel

Contact Application

Submitted by Frankline on
Hello Friends, This simple contact application is an update of the earlier submitted version. In this application, i aimed at demonstrating the principles of serialization and deserialization. Make use of the following instruction to operate the system: 1. Click on file 2. Click open to display the existing contacts 3. Make use of the listbox for navigation 4. Each time you add a new contact to

Quick Access to Applications in Visual Basic .NET

Submitted by abo_rimas on
This system can access all the applications on your computer. You must add all the applications you constantly used and it will appear on the system. Once application has been added, you have now an easy access on those applications and no need to find it on your computer. Hope you learn from this.

Empty Recycle Bin using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can delete all the files in the Recycle Bin and Empty it using the VB.NET language. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Empty Bin".