Click here to Skip to main content
15,885,216 members
Everything / Operating Systems / Windows XP

Windows XP

WinXP

Great Reads

by Dr. WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.
by Hans Dietrich
This series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources.

Latest Articles

by Petrov Vladimir
Masking Texture in OpenGL from Bitmap Image File using Class CImage (just call the File Name)
by Star Vega
Creating a rich OutlookBar in XP or Vista style
by David O'Neil
My DWinLib Windows API wrapper combined with Francisco Campos's Pretty WinAPI framework
by Manuel Campos
A modeless dialog that allows magnification of a section of a display screen

All Articles

Sort by Score

Windows XP 

10 Sep 2010 by Andrey Permamedov
Why an exception raised in timer callback function doesn't leads to process termination.
15 Apr 2010 by Adrian Vintu
Nokia 6212 NFC SDK Issue – This SDK has been tested with Microsoft Windows XP SP2 only
15 Apr 2010 by Paulo Morgado
The procedures to define document compatibility in Internet Explorer 8 are well documented here, but I’ve seen many developers and system administrators that are not aware of this...
24 Apr 2014 by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
22 Apr 2009 by Wes Aday
This code that I am presenting here is a derivative of the demo application written by Josh Smith, http://joshsmithonwpf.wordpress.com.
9 Apr 2017 by ledtech3
How to get Windows XP OS bit version in VB.NET.
22 Apr 2009 by Wes Aday
 This is a beginners introduction to the MVP and MVVM design pattern as implemented in Prism
23 Aug 2009 by Martin Hinshelwood
Staring from the original Command Line Parser v1.0 code, I wanted to be able to add multiple commands, or even nest commands. The result is a nice simple commanding architecture conducive to creating multiple commands.
18 May 2009 by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation