vb.net

Inventory with Payroll System in VB.Net and MySQL Database with Source Code

The Inventory with Payroll System is an automated system that provides great advantages to businesses or companies because this system will easily calculate employees’ salaries and other deductions quickly. This system has also the ability to deliver accurate inventory and can create payroll calculations within a few minutes and at the same time can generate a payslip. This is way better than a

Creating a Web Browser in VB.NET

Hi! For now, I will post one tutorial for Android and one for VB.NET.

Which browser do you use to surf the Internet? Basically, everyone likes to navigate the Internet using browsers like Firefox, Google Chrome, and more. However, isn’t it cool if you can create your very own web browser that you can customize to your own taste? Yes, you can do that in VB.NET, and pretty easy too. In this lesson, we shall learn how to create a simple web browser and get it running in a few minutes.

Sales and Inventory System using VB.NET and SQL Server with Source Code

It's a simple Sales and Inventory System developed using vb.net + SQL Server. This was developed according to the requirements of company Kapco Foods Pvt. Ltd. The system has the ability to store products, product categories, and many more. The system also stores the company purchase order details. The Sales and Inventory System generates reports for all lists such as the orders, sales, and etc

Payroll System using VB.NET + MS Access with Source Code

This P ayroll System is written in VB.NET as front end and MS Access 2010 as backend. The system stores a certain company's list of employees along with their personal and employment information. This system stores the daily time record of each employee of the company. This Payroll System automatically calculates the overtime when the employee time record exceeds his/her Basic Working Time. The

Point of Sale System using VB.NET and Microsoft Access with Source Code

This point of sale system supports Barcode on sales transactions. It has a user-friendly interface that a user can understand. I'm using Microsoft Access as a backend database. About The Point of Sale System using the VB.NET is a project that can help a certain store to their daily sales transaction. This system stores the list of products. The system has also a minimum scope of inventory features

Enrollment System Using VB.Net and MS Access Database with Source Code

Enrollment system made easy! This system aims to minimize the effort and stressful time of everyone during enrolment process. This is a user-friendly system, so it is easy for everyone to use the system most especially its functionality. There will be no more manual enrolment transaction that took a lot of time of work because this computerized enrolment system is way better that it can help save time, money and alleviate stress.

Airline Reservation System using VB.NET with Source Code

HI, this is the 4th program I have submitted on sourcecodester. This project is a simple system developed using VB.NET. About The Airline Reservation System is a vb.net project developed to manage the reservation seat of the passengers on a certain flight of the airline. This system simply stores the list of flights, planes, and passengers' reservations. The system automatically detects if the

Water Billing System using VB.NET with Source Code

About Water Billing System in VB.NET The Water Billing System project can help a certain water provider's company or business manage the bills of their customer. The system stores the necessary information needed from the customer and creates a billing invoice for the customer. The system store also the payment records of the customer which will be the source of data for the payment report. This

Creating a Slot Machine Program in VB.NET

This is my another tutorial in VB.NET. In this tutorial we add three picture boxes, a timer, a button and a label. Set the timer interval to 10, which means the images will refresh every 0.01 second. In the code, we shall introduce four variables m,a, b and c, where m is used to stop the timer and a,b,c are used to generate random images using the syntax Int(1 + Rnd() * 3).

Getting Started

First thing you need to do is Download and Install Microsoft Visual Studio.