Enhanced Managed .NET WAB Address Book Library
21.10.2005:
I previously released a free managed WAB component which provides easy access for use in your .NET applications. The previous component was a basic implementation, not written particularly well. AddressBook v2.0 is re-written to be far more elegant and now supports Groups (IDistLists) and has partial Folders support.
A .NET Managed Windows Address Book (WAB) Wrapper
21.07.2004:
The Windows Address Book has to be one of the most convoluted components of Windows I’ve had to deal with. Here’s a free source .NET C++ wrapper I’ve written to make life a lot easier for everyone.
Milkshape 3D Animation using C# and OpenGL
2.05.2004:
There are plenty of great 3D packages on the web with proprietary and open source 3D file formats. No package is arguably easier to learn or more affordable as Chumbalum Soft (love that name!) Milkshape 3D.
This tutorial will cover the Milkshape 3D (MS3D) file format, and show you how to load and render it, in all of its animated and texture mapped glory, using OpenGL. We’ll even write a simple animation configuration file to make playing animations nice and easy.
C# Audio CD Writer for Windows XP
21.04.2004:
As many of you who have looked into CD writing using the .NET runtime may have found, there is a beautiful
MSDN example written by Anson Horton on utilising the IMAPI (Image Mastering API) service which ships with Windows XP and 2003 Server operating systems.
While the original example component provides a fantastic starting point (certainly got me on the right path), you will quickly find an issue with the sample — an inability to write Audio CD’s.