Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Application
Any
Language
Any
License
Any
Do you want to recover all types of lost files and folders from your partitioned hard disk drive? If yes, then read this article for instant recovery of your misplaced data from fixed drives and usb...
who don't want to know about how he can convert IP address into hostname and than back hostname to ip address. this is most peoples day to day task while working on internet or troubleshooting...
The .NET framework does not natively support changing the desktop wallpaper. However, it is possible to set the wallpaper image using Platform Invocation Services (P/Invoke) by calling the...
CLASSPATH is one of the most important concepts in java but I must say oftenly overlooked. This should be the first thing you should learn while writing java programs because without understand...
Performance counters allow numerical information about the current state of the operating system or an application to be recorded and monitored using standard tools. This article explains how to...
Some software applications include the requirement to change the system clock time. This can be achieved using C# by calling a Windows API function. This article describes how to declare and use the...
If you are developing software that monitors other programs or services, it can be useful to detect when a process has stopped responding to the user. This can easily be achieved using members of the...
Some software, such as backup utilities, can use a large proportion of processor time and other resources. Often the user is given the option to only run such processes when the computer is not in...
When developing software that monitors running processes, it can be useful to obtain details of the currently active application. The .NET framework does not provide methods to permit this so...
Here's some help to port your applications from Windows, Solaris, and OS/2 to run natively on Linux on x86-based systems. The information here also covers porting from Windows to Java and porting and...