Creating a Slot Machine Game in C#

Submitted by donbermoy on
Today in C#, i will teach you how to create a program called Slot Machine Game. 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: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "SPIN". Insert three PictureBox named PictureBox1,PictureBox2, and PictureBox3. Add also a timer named Timer1.

Notification/System Tray Application

Submitted by Spectromage on
This is a simple notification/system tray application in vb.net 2010. All code is minimal needed, I have seen many examples that are more complicated then it needs to be. Form Load: Me.Close() Form closing: e.Cancel = True Me.WindowState = System.Windows.Forms.FormWindowState.Minimized Me.ShowInTaskbar = False Context menu Exit: End Cotext menu Show: Me.WindowState = System.Windows.Forms

Onkeyup Search Using CodeIgniter & Jquery

Submitted by GeePee on
This is a simple search form using codeigniter and jquery. The main purpose of this project is to give an example of Onkeyup event's function. Onkeyup event occurs when the user releases a key. In this project, the table will display all the data which corresponds to what the user inputs in the search box. Hope you learn from this.

Get the Most Repeated Item in the ListBox

Submitted by donbermoy on
In this C# tutorial, I will teach you how to create a program that will get and display the most repeated item in the ListBox. 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.

Creating a Paint Program when Moving Mouse using C#

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program that paints the form when clicking and moving the mouse using C#. 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: Go to File, click New Project, and choose Windows Application and name your program as Mouse Move Paint. 2. You don't have to design your interface because we will only focus on the mouse event. 3. Now put this code for your code module.

File Searcher in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that will search for a file in a specific path using C#. But here, we will only search for a file in the desktop. 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: Go to File, click New Project, and choose Windows Application and name your program as File Searcher. 2.

Simple Payroll System

Submitted by donbermoy on
This is a simple payroll system for beginners. This system was programmed by my co-professor using Visual Basic 6.0 as frontend and SQL Server 2000 as backend. Features of the system: -login/logout -Employee Information -Emplyee List -Deductions: SSS, Tax, Others -Salary -Generate Payslip -Reports Account Information: username: admin password: admin Database name: Payroll For more inquiries and