Airline Reservation System using VB.NET with Source Code

Submitted by amrit_tamang on
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

Submitted by janobe on
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

Automatic Teller Machine System using C++ with Source Code

Submitted by razormist on
Automatic Teller Machine System using C++ with Source Code Automatic Teller Machine System with Source Code is a project that can simulate a real ATM machine. The system data is already inputted you just need to follow the menu choices. The purpose of the system is simulate and help people on how to operate an ATM machine. About the System The Automatic Teller Machine System was created in a

Determine Even or Odd Number in VB.NET Tutorial

Submitted by donbermoy on

Even Numbers are any integer that can be divided exactly by 2. The last digit will be 0, 2, 4, 6, or 8. If it is not an even number, it is called an odd number. The last digit will be 1, 3, 5, 7, or 9.

In this tutorial, we will create a program that can determine a number whether odd or even.

Now, let's start this tutorial!

Android Simple Quiz App Tutorial with Source Code

Submitted by razormist on
Lean on how to create a Simple Quiz App Using Android. This simple application can generate random questions and generate choices to be answered. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.

Android Simple Registration and Login Application Tutorial with Source Code

Submitted by razormist on
Learn how to create a Simple Registration and Login Application using Android. This simple application can be used in any system that needed a login verification. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.

Creating a Slot Machine Program in VB.NET

Submitted by donbermoy on

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.

Simple Login Application in Python Tutorial with Source Code

Submitted by razormist on

In this tutorial, we will create a Simple Login Application in Python. Python has a design philosophy that emphasizes code readability. That's why Python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduce time-consuming in developing. So let's now do the coding.

Event Booking System in Laravel with Full Source Code

Submitted by janobe on
Event Booking System in Laravel with Full Source Code The Event Booking System is a web based system that is made of PHP, Laravel and MySQL database. It is composed of two sections; the admin section and the user section. The main purpose of this Event Booking System is to help customers easily book for different range of events such as a wedding, birthday, formal parties, concerts or sporting

Time Management System in Laravel with Full Source Code

Submitted by janobe on
Time Management System in Laravel with Full Source Code The Time Management System is an automated system that is developed using PHP, Laravel and MySQL database. The main purpose of this Time Management System is to help people manage their time well to be more effective with their work and to have a more productive day. About the Time Management System In this Time Management System, the admin