Numbers Only in Textbox using C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that accepts only number input in the textbox. There are many fields in an information that we must only type a number in a textfield or in a textbox such as phone number, zip code, or any fields that must have a number type only. So, now we will begin this filtering a textbox into number only. Now, let's start this tutorial! 1.

Game - Click Me if you can

Submitted by moazkhan on

TUTORIAL NO 1

Your First JAVA Game In this tutorial you will learn: 1. Event handling 2. JAVA awt basics 3. JAVA swing basics 4. Intefaces This program will guide you how to make your own very basic JAVA game. We are going to call this game CLICK ME IF YOU CAN. Click Me In this tutorial we will be working in JAVA SWING. The first thing that we are going to do is setting up a JFrame and adding the required panels and Components.

Social Networking Site

Submitted by jkev on
In this system you will learn how to a social networking site this system is commonly projects of IT related courses now a days for some students who make a social networking site this is a good reference for you, and also you will learn how to code in PDO and different SQL Queries and for your Css Design the twitter bootstrap for easy web development . This system is very helpful for students and

View PDF Files using Acrobat in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will view PDF files using 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 and name your project as Open Acrobat PDF Reader. 2. Next, add only two Buttons named Button1 and labeled it as "Open PDF File" and Button2 for browsing PDF files.

Computerized Computer Laboratory Tracing System Version 3.0.1

Submitted by japheth on

This System is free to those who wants to pursue a programming skills. This system can trace students that is using or utilizing the computer laboratory. This can also track client usage especially their time consumed, their information by using their identification number assigned by the computer laboratory in-charge.

Scholars Tracking System

Submitted by jkev on
Hi I want to share to you this system made in PHP, MYSQL , PDO and Bootstrap 3. For some of beginner there who want to create project. The code in this system is easy to understand. The concept design of the system is good has a user friendly Graphical User Interface (GUI), and some of the common functions of a system you may build can see in this system. Some Features and function of this system

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.