File Manager in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a file manager in Visual Basic. Design: This program requires the following: {component} {name} {text} {use} Button button1 Open To open the directory or file selected. Button button2 Root To reset to the C:\ (drive). Button button3 Delete To delete the selected directory or file. Listbox listbox1 - To list the directories and files held within the current directory the user is browsing. Variables: We need to keep track of the current path of the listbox so we n

Justine’s Guest House Online Reservation System

Submitted by joken on
This is a complete sourcecode for Online Hotel Reservation System is created using PHP/MySQL that allows the guest to view room with equivalent rates whether a room is available or not. The system also can be used for easy storing and retrieval of information of guest and their transactions. And this system also integrated in the booking of hotel rooms. And the admin side of this system has the

Draw a Text in a Windows Form in VB.NET

Submitted by donbermoy on
In this article, we will create a program that can draw a text in a windows form when we click a button. We will use the Graphics and StringFormat class for this. 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.

Get and Display all Computer Ports in VB.NET

Submitted by donbermoy on
In this tutorial, we will going to create a program that will get and display all the computer ports in vb.net. COM Ports are serial communications port on a PC. 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 "Get Computer Ports".

JKUAT Unit Registration System

Submitted by theadmiraleliud on
This is a JKAUT unit registration online system online whose main aim is to standardize the process of capturing, storing and retrieval of student records. Those records are then made available at any other site that has subscribed to the framework. It is also aimed at enabling the faculty and records managers keep track of student records regardless of the university they attend and to enable

Switch Function in VB.NET

Submitted by donbermoy on
In this tutorial, we will create a program that can get the name of the country by inputting the capital city using the switch function. 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 "Answer".