Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / operating-systems / Windows / WinXP

WinXP

WinXP

Great Reads

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by azharkhan
This article provides the steps to solve the "Unrecognized Tag" problem for an Atlas control.

Latest Articles

by Nicolas Bonamy
Two simple ways to add "Do not ask again" Message Boxes to your application.
by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by azharkhan
This article provides the steps to solve the "Unrecognized Tag" problem for an Atlas control.

All Articles

Sort by Score

WinXP 

by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by ledtech3
How to get Windows XP OS bit version in VB.NET.
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...
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 →
by Wes Aday
This is a beginners introduction to the MVP and MVVM design pattern as implemented in Prism
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.
by Adrian Vintu
Nokia 6212 NFC SDK Issue – This SDK has been tested with Microsoft Windows XP SP2 only
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.
by Andrey Permamedov
Why an exception raised in timer callback function doesn't leads to process termination.