Windows Template Library

http://www.codeproject.com/Articles/498/Introduction-to-WTL-Part-1 http://www.cnblogs.com/procoder/archive/2009/06/11/1501044.html

install

  • AppWiz\setup100.js
  • 添加include目录

basic

基本头文件: atlapp.h

// Frame window implementation:
//   CFrameWindowImpl(继承于CWindow),CMDIFrameWindowImpl

// Control wrappers:
//   CButton,CListViewCtrl

// GDI wrappers:
//   CDC,CMenu

// Special UI features:
//   CSplitWindow,CUpdateUI,CDialogResize,CCustomDraw

// Utility class and macros:
//   CString,CRect,BEGIN_MSG_MAP_EX