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:- Event handling
- Layout Manager
- JAVA awt basics
- JAVA swing basics
- Adapters
- Anonymous classes
- Using two separate classes
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.
Creating Threads in VB.NET
Today in VB.NET, I will teach you how to create threads. We all know that a thread is a basic processing unit in our computer to which an operating system allocates processor time, and more than one thread can be executing code inside a process. Thus, threads have priority. It is just like a racing program.
Now, let's start this tutorial!
1.
Numbers Only in Textbox using C#
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
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.
Social Networking Site
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#
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.