csharp

Automated Teller Machine (ATM) System in C# and MS Access with Source Code

Submitted by donbermoy on
This is an Automated Teller Machine (ATM) System programmed through C# and MS Access as database that I used. The program can manage the client's Balance Inquiry, Withdrawal, and Deposit Transaction to the bank. The system has also an admin panel where can admin users can manage the clients accounts. The admin can block and unblock the clients account which means the blocked accounts cannot login

Hotel Reservation and Billing System using C# and MS Access with Source Code

Submitted by donbermoy on
This is a system entitled Hotel Reservation and Billing System programmed through C# and MS Access database for my client in their Software Engineering subject. This system manages the hotel's Reservation and Billing Transaction. With the help of this system, the hotel's management can easily provide their guest or client faster services in terms of reservation, check-in, and checkout transactions

Chronometer

Submitted by rickypauel on
Made in Visual C# 2010 Express. Visual style like Android 5.0 (Lollipop). It have Settings set to save the selected background color. Hotkeys: Enter to Play/Pause C button to cach time R button to reset. I hope this help!

Sales System for Riverside Parts Master (C# + MS ACCESS)

Submitted by donbermoy on
This is a project of my younger brother entitled Sales System for Riverside Parts Master written in C# and MS Access database for their computer programming 3 subject in STI. Riverside Parts Master is a store that caters all hardware components for motorcycle, home, cars, and etc. The system has the following features: - Product Information - Product List/ Inventory - Sales Cashiering - Sold Items

Random Rolling Numbers Game in C#

Submitted by donbermoy on
In this tutorial, we will create a game called Random Rolling Game using C# that is rolled randomly with its number and has a Progress Bar that serves as a timer. 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Design your interface like this: design 3.

List Management in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a simple tool in C# to manage lists and listboxes. So, 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 2010: Go to File, click New Project, and choose Windows Application. 2.

Config Creator in C#

Submitted by donbermoy on
Today in C#, i will teach you how to create a program that has a config creator in C#. 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 two Textboxes named textbox1 that holds the property name and textbox2 for the property value. Insert two buttons named Button1 that adds property and Button2 for saving config. 3.

Date Calculator using C#

Submitted by donbermoy on
This is a simple tutorial in which we will create a simple Date Calculator program made in C#. On this, it will help you know the dates before and after the present date. For instance, you want to jump into seven days after the present date, the date calculator will automatically calculate it. And you don’t have to count the days anymore, so the user will benefit this kind of program. So, now let's start this tutorial! 1.

Animated Text in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program than can have an animated text. With this, you don’t need to drag any Label in the Form. It is because, the codes will be the one to make a text that will be appear in the Form by using the C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Compute Exponential Number using C#

Submitted by donbermoy on
In this article, i will introduce again some function in C# regarding the Math Functions, this is Math.Pow(). Math.Pow() Function in C# computes a number that has an exponent.It returns a specified number raised to the specified power. So, 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 2010: Go to File, click New Project, and choose Windows Application. 2.