bus

Bus Reservation and Ticketing System (Java Console)

Submitted by donbermoy on
This Bus Reservation and Ticketing System for Surigao City Bus Terminal was programmed in Java Console without any database. The features of the system are the following: - Login - Monitoring - Passenger's Information - Reservation - View Destination - Billing - Discounts Account Information: username: 1 password: 1 For more inquiries and need programmer for your thesis systems in any kind of

Display Hardware Information (Bus,Motherboard,Memory,Sound) in Vb.NET

Submitted by donbermoy on
This is a continuation of my other tutorial entitled Display Bios Information using VB.NET, but this time it will display all the hardware information such as Bus,Motherboard,Memory, and Sound in Vb.NET also. 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 a TabControl and a DataGridView Only.