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.

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.

A Programmer's Life

I’ve came across this mediocre status quo of my life. I’m almost on the primal point of conformity in this world. I’ve come out on peak where rivalries are extremely vied. I have passed those vendettas and feuds of life and came to groove with the rhythm of dynamism in living. I let slithered those failures and slipped a bit at the grip of living, but I always had my flag held up high for those

Unwanted Text Space Remover

TUTORIAL NO 2

Text Space Remover

In this tutorial you will learn:
  1. Event handling
  2. Layout Manager
  3. JAVA awt basics
  4. JAVA swing basics
  5. Adapters
  6. Anonymous classes
  7. Using two separate classes
Very often I face a problem when copying from PDF that there are random spaces in the text. So I decided to make a simple app for text adjustment. In this tutorial I will teach you how to make unwanted text space remover.

ESS Shopping Center (Sales System)

Hi everyone, I just want to share my designed sales system just to inspire my students. I hope that this one could help you a lot guys...If you have some questions feel free to visit my page Eraser Software Solution Instructions: 1. Extract the MS Sales and Inventory.zip 2. Open the folder ocx 3. Run the registrator.exe 4. Open project username:admin password: admin Eraser Software Solution Joemel

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.