WTL on SourceForge

The Windows Template Library (WTL) is now available on SourceForge. If you're not familiar with this library, it extends ATL and it's great for building Windows applications. A couple of things to note about the WTL. It requires ATL, so you'll need to be running at least the standard version of Visual C++ to get that. Here's the link:

Project: Windows Template Library (WTL)

Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more.

The Code Project has a great WTL Page that has tons of examples.