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.

PHP Script Add, Edit, Delete, Save And Update in One Form

Submitted by Rammuel Rence Pobre on
Hi there! This is a PHP script for add, edit, delete, save and update records just in one form. You don't need to separate the code for delete, save and update in another form. I hope it will helped you and learned about it. Also don't forget to like this page. Thank you.

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.

Enrollment System using Java + MSAccess

Submitted by donbermoy on
This Enrollment System for Surigao City Pilot School was developed using Java as the Frontend and MS Access Database integration. This features the following: - Login - Student Information - Enrollment Billing - Section - Grade Level - User Settings Data Source Name: EnrollmentSYS Software to be used: JCreator/NetBeans/Eclipse Account Information: username: a password: a For more inquiries and

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