Tutorials
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.
Backspace Button in C#
In this tutorial, I will teach you how to create a button that has a backspace function. We often click a backspace button in which this button is a keyboard key that display cursor one position backwards and deletes the character at that position, and shifts back the text after that position by one position.
So now, let's start this tutorial!
1.
Multiplication Table in C#
Today in C#, I will teach you how to create a program that has the multiplication table functions.
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.
2.
Simple Antivirus using MultiThreading
TUTORIAL NO 3
Antivirus using MultiThreading
In this tutorial you will learn: 1. MultiThreading 2. Recursion 3. Event handling 4. Layout Manager 5. JAVA awt basics 6. JAVA swing basics 7. Adapters 8. Anonymous classes Sometimes there is a very basic virus in your system i.e a file spread in all the directories of your disk drive. It’s totally an unwanted file (You can say a virus ) and it may be sometimes hidden but you can see it in the task manager.Unwanted Text Space Remover
TUTORIAL NO 2
Text Space Remover
In this tutorial you will learn:- Event handling
- Layout Manager
- JAVA awt basics
- JAVA swing basics
- Adapters
- Anonymous classes
- Using two separate classes
How To Create a Stopwatch in C#
In this tutorial, I will teach you how to create a program that has a function of a digital stopwatch. Stopwatch is a timepiece that can be started or stopped for exact timing as of a race or any activity.
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.