C#

C-Sharp

Display Database Records in ListView using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will load records to a combobox from a SQL Server 2008 database using c#. This will be very helpful in making your systems or thesis. 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. Add only one ListView in your Form.

TicTacToe

Submitted by Sherwin14 on
This program is a simple TicTacToe, written in c# .NET. The main features are: 1.) 2 Players, 2.) Highlight buttons when there is a winner. I am planning to create an A.I using MINIMAX ALGORITHM. Hope you learned from this.

Play Audio (.WAV) Files in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will only play audio files preferably .wav files using c#. 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.

Display PDF File inside the Form using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will open and display a PDF File inside the form using C# language. 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.

Highlights Text in a Text File in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program load a text file in the richtextbox, search a particular word, and then highlights it. 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.

Play Beep Sound in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will play a beep sound in C#, loops the beep sound, and it will also have a delay to beep. 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. Add three textboxes labeled as Play Beep Sound, Play Beep Sound 3x, and Play Beep Sound with Delay . 3.

Enrollment System using C# + MSSQL

Submitted by donbermoy on
This is a project of my younger brother entitled Enrollment and Scheduling System for Christian Kiddie Star Academy which is a Kindergarten School programmed using C# language and SQL Server 2008. This project is a mini-thesis of my brother in their Software Engineering subject. The system has the following features: - Enrollment - Billing - Scheduling - Statement of Accounts - Student Information

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

Countdown Timer

Submitted by mzwe on
Countdown timer is a small project or exercise that can show you some basic of working with timer component in C#. This is a simple project I created it can be used in the internet café. You can make changes in the code if you understand it better. If you need help my contact details are there. Download it and enjoy. Enjoy Coding!!