Reorder Items in ListBox using C#
Today in C#, I will teach you how to create a program that reorder items in ListBox 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.
2.
Random Number Generator in C#
Some of the systems and applications today are using a Random Number Generator to generate random id number which will be used for their id in the database or let's just say an application by guessing a number. So in this tutorial, I will teach you how to create a program that generates a random number using C#.
So, now let's start making this program!
1.
JAVA Animation with PAUSE,RESUME and EXIT functionality
TUTORIAL NO 5
Animation with PAUSE, RESUME and EXIT functionality
In this tutorial you will learn: 1.Swing Animations 2.Event handling 3.JAVA awt 4.JAVA swing 5.Adapters Whenever I am coding a game I faced a problem in making the pause, resume and exit functionality. So today I am going to teach you how to make a simple animation with pause, resume and exit functionality. Which will later help you when you are coding a game. In this tutorial we will be working in JAVA SWING.Text Scrolling Up Effect using C#
In this tutorial, I will teach you how to create a program that has an effect of scrolling up the text.
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 Text Scroll Up Effect.
2. Next, add only one Label named Label1 and labeled it as any text.
Draw a Text in a Windows Form in C#
In this tutorial, I will teach you how to create a program that will draw a text in a windows form 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 Draw a Text in Windows Form.
2. Next, add only one Button named Button1 and labeled it as "Draw a Text".
Drag and Drop a Text in C#
Drag and Drop Function is when you grab an object and drag it to a different location. In C#, drag and drop is part of the standard, and any controls can be draggable. So, in this tutorial I will teach you how to create a program that has a drag and drop function.
Now, let's start this tutorial!
1.
Search Application in JAVA
TUTORIAL NO 4
File Search using MultiThreading
In this tutorial you will learn: 1. Reading from a file 2. Multi Threading 3. Recursion 4. Event handling 5. Layout Manager 6. JAVA awt basics 7. JAVA swing basics 8. Adapters 9. Anonymous classes Today I am going to teach you how to make a file searching program. It can search any file and display it’s contents.
Tron
A simple game with basic lines and a black background. One of the few codes I had to rack mind brains to create. Thank you.
Wayopoly -Africanised Monopoly
This game is solely based on the monopoly game with a few changes the money is in Ghana cedis and the landmarks are places in Ghana. Tried my hands on Java for sometime now and this is what i tried doing there isnt so much graphics in the game but a few informations revealed through dialog box. Hope you enjoy this amateur effort of mine. Thank you.