I managed to complete a WTL example program I have been working on for the past few days. I completed the program several weeks ago, and then managed to overwrite the code with an older version a few days ago. The program addresses the most basic issues in a Windows program when using WTL: simple menus, manipulation of font and color of edit controls, tool tips, file manipulation, WTL DDX, hyperlinks, shortcut creation, detecting if a user is a member of the admins group and several other minor issues that cause new WTL programmer's to through up their hands in disgust. Here's a quick screen shot:

It looks a little busy, I agree. However, I tried to cram a lot user interface issues into the program. I hope you enjoy the code.