Visual Basic .NET

Ilog Catholic High School (ICHS) Library System

Submitted by janobe on
This Library System is made by the Fourth Year College Students Of Kabankalan Catholic College for the requirements of their capstone. They used Visual Basic 2008 And MYSQL for their Database. It will generate Reports using a Crystal Report. These are the following features of the system: •Login and Logout • Transaction (Borrow Books, Return Books, Penalty and Lost and Replacement of books).

Progressbar in vb .Net

Submitted by dhanapal.mmca on
Hi this code for progress Bar in use particular place need, So Progress Bar is used to give visualization about the status of the current process and computer operation, such as a downloading , transferring of files, installation and more. Your application will look more professional if you are implementing a complex data processing using the Progress Bar. This time, we will create an example of a

Automated Teller Machine System

Submitted by joken on
This Automated Teller Machine System is created by a BSIT-2 student wherein this system allows you to register a new account, Deposit certain amount, Balance Inquire, and withdraw amount, as well as this system has an admin side, wherein the admin can block or unblock a specific account and also the administrator can modify the information of the account owner. The system is created using Visual

Jak’s Computer Renting System

Submitted by joken on
This system is created by a BSIT-2 student as their final requirements in one of their subjects. The system is made using Visual Basic 2008 and Microsoft Access for database support and Crystal Reports for the reporting. Here’s the following feature’s available in this system: Acquired new Transaction, Register New Customer, Manage User (Add, Update and Delete), Generate Reports for List of

Search and Retrieve a Record from Access Database and VB.NET

Submitted by donbermoy on
In this tutorial, i will teach you on how to create a program that can search and retrieve a record from an access database and vb.net. Now, let's start this tutorial! 1. Create an access file with the table, entities, and record below. Name your access database as sample.mdb (2003 format). access access 2.

How to Download File in a Website using VB.NET

Submitted by donbermoy on
Today, i will teach you how to create a program that can download file in a website using vb.net. This is one of my tutorials here for FTP program in VB.NET. 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 "Download".

Hospital Management System (Ali Xihuny & Aishath Areesha) - 2K14

Submitted by Xihuny on
This is a simple Hospital Management System created for our final year project. I have used Visual Studio 2010 Ultimate, MS Access 2013, Telerik UI for Winforms 2014 to create this system. So, make sure you have all the required software before opening the VB file. Note: Telerik UI for Winforms is a must You can download it from here: Telerik UI for Winforms

Unhide files and folder from flash drive

Submitted by matiullahkhalliqie on
This small program unhide files and folders from flash drive or any drive on your PC. Sometime when we attach our flash drive with our College computer, our flash drive are infected by virus which hides our original files and folders on our Flash Drive. Using cmd attrib command this small Program will unhide our hidden files and folders.

How to Write an Entry to the Application Event Logs in Visual Basic 2008

Submitted by janobe on
In this tutorial, I will teach you how to Write an Entry to the Application Event Logs by using Visual Basic 2008. Logs are very important because it will track every event that are happening in your application. So, let’s begin: 1. Open Visual Basic 2008. 2. Create a new Windows Application. 3. Make the Form just like this. First Form Event Logs Now, go to the code view. Create a variable that will set the entry type of the event log.