How To Use MDI In C#

How To Use MDI In C#
An MDI(Multiple Document Interface) is a graphical user interface within which multiple windows reside below one parent window. The opposite words of MDI are SDI(Single Document Interface) and TDI(Tabbed Document Interface...

How To Check USB Flash Drive's Performance

How To Check USB Flash Drive's Performance
One of the main worrying factor in your computer components is whether or not the performance are up to the mark. The component manufacturer don’t put the real performance in my experience so we can’t believe what they say we just need to test them on...

How To Keep JFrame Always On Top

How To Keep JFrame Always On Top
Always On Top : It’s something that keeps the window on top, you might have seen in some programs they have a menu strip item called Always On Top when you enable it, it will keep the window on top most. You might have seen in Visual Basic or Visual...

Simple TinyURL API in Java

Simple TinyURL API in Java
I have been off for sometime for some issues anyway today we are going to see how to use TinyURL API in Java programming language.Well, to be honest theres nothing so serious I have imported Scanner to input, of course the GET request and some more to...

How Java Works

How Java Works
In Java programming language, all source code is written first in plain text files ending with the .java extension. Those source files are then compiled into .class files by the java compiler. A .class file doesn't contain code that is native to your...

C# - Operators and Expressions

C# - Operators and Expressions
Operators are used to process the data. Expressions are created by combining the operators with variables and constants. For example: int number1, number2, sum; number1 = 10; number2 = 20; sum = number1 + number2;  In the last statement, two...

Data Types and Variables

Data Types and Variables
  A data type specifies whether or not a variable can store a number, a single character or text. Variables are names given to the memory location for storing data. Data Types are used to specify the types of values related to variable...

How To Use TinyURL API In VB.NET

How To Use TinyURL API In VB.NET
TinyURL is a URL shortening service a web service that provides short URLs for redirection of long URLs. This can be achieved very easily in PHP, I posted a PHP snippet about this you could reach it from here. Last year I created a TinyURL shortener...

Thinkspace Seeks To Launch Software Development To High Schools Worldwide

Thinkspace Seeks To Launch Software Development To High Schools Worldwide
Thinkspace is an organization created by sixteen year old James Anderson, Thinkspace seeks to "inspire the next generation of app developers" through coding zones worldwide. Thinkspace was formally launched by James Anderson this month(september) with...