The Wayback Machine - https://web.archive.org/web/20120101061744/http://www.codeguru.com:80/cpp/com-tech/atl/wtl/

    Windows Template Library (WTL)

    Displaying the Input Language indicator in a WTL dialog

    How to display the Input Language indicator (as seen on the Language Bar) in a dialog (such as seen in the Windows Logon or Change Password dialogs).

    A Multidevice ASIO Output Plugin for WinAMP

    Explore a C++ replacement of the official ASIO SDK that supports multiple ASIO devices put to the test in a tiny WinAMP output DLL.

    Windows Template Library: Still Alive and Kicking

    Find out what's become of the Windows Template Library (WTL) since Microsoft released it as an open-source project in 2004. Examine the recent WTL releases and see where WTL fits in the C++ programmer's toolkit.

    Creating Resourceless Dialogs

    Learn how to create resourceless dialogs using the Trilobyte-Solutions.nl Resourceless Dialog Toolkit.

    To WTL or Not to WTL, That Is the Question

    In his latest contribution, Andrew ponders the question posed by many of you brave enough to dive into the undocumented waters of WTL: When should I use WTL as opposed to ATL or MFC?. In doing so, he walks you through just how easy it is to create a "Hello World" windows application with WTL in order to give you some perspective on just how productive this template library can be

    Using DDX and DDV with WTL

    Illustrates how to incorporate the MFC feature of DDX/DDV into your WTL applications!

    WTL - Button Menu

    Very cool button with arrow image that when pressed drops down a menu

    kPad - Lightweight Text Editor

    Great example of the types of things you can do with WTL !!

    WTL Tool Bar Drop-Down Extension

    Drop down toolbar buttons implemented with WTL