Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Language
Any
Platform
Windows
Remove
License
Any
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...
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...
The company needed to develop a solution which would operate as an OS Deployment tool that is customized for the needs of their Datacenter according the specific design parameters given.
The team...
Discover the Common Information Model Schema Converter. This tool converts CIM schema defined by the Distributed Management Task Force into one compatible with the Windows Management Instrumentation...
Most keypresses in Windows Forms applications can be detected using a mixture of the KeyDown, KeyUp and KeyPress events. However, as the tab key is used to move between controls, it is not captured...
A collection of 24 tutorials on removing Windows startup programs to gain performance and reduce security risk: What is a startup program; How to list all startup program; What is the best way to...
A simplest demostration of creating checkboxes using pure windows API, and tracking its check/unckech events
A simplest demostration of creating textbox using pure windows API, and tracking its events
A simplest demostration of creating button using pure windows API
This is the installation summary of both Windows XP and Fedora Core 4 operating systems on my own machine. It can also be applied with any Windows (2000 & 2003) and any Fedora Core (1, 2 & 3) dual...
This tutorial details the basics of Win32 CE API programming
for the Windows Mobile 5.0 Smartphone. This tutorial uses ANSI
C language and Pelles C Compiler. The basics of setting up
OpenGL ES...
Python is an object-oriented programming language that has gained a lot of popularity in recent years. ADO (or ActiveX Data Objects) is a Microsoft concept that has also gained popularity on Windows...
The goal of this article is to build a podcasting tool using Pygtk (Python + Glade + Pygtk). This tool, named BitPodder, is a podcasting tool allowing getting .torrent files from RSS Feeds. By...
When developing a Windows Forms application that loads documents, setting custom file types adds greatly to the professional feel of the software. This article explains how to programmatically check...
DimmerDialog is a .NET class that shows a modal dialog which grays out the rest of the background, just like the Windows XP Shutdown dialog. This can be used when your application needs to show a...
The primary focus of this tutorial is Pocket PC Game Programming using Game-Editor, the great cross platform 2D game creator for Pocket PC (WINCE) and Windows Desktop PC (WIN32). Game-Editor is...
GLUT is the OpenGL Utility Toolkit. GLUT is good for learning OpenGL since it is platform independent, and you don't have to worry about Windows programming. The same program should compile under...
Windows Forms 2.0 increases support for data binding via the new BindingNavigator and BindingSource objects, which will save you a lot of effort. Find out how you can perform sorting and searching...