#include
#include
前者是atl库的比include的头文件,后者是WTL必include的。
#include
#include
#include
这个是个人猜想,s大概表示是system,为系统提供的control,主要就是common control。w代表WTL,是WTL基于common control而制作出来的control,如CommandBar是基于Toolbar和menu的组合。x代表extension,强调凭空制造,比如CHyperLinkCtrl。他可以subclass一个static控件而成一个类似于网页的超链接。
#include
前者是atl库的比include的头文件,后者是WTL必include的。
#include
#include
#include
这个是个人猜想,s大概表示是system,为系统提供的control,主要就是common control。w代表WTL,是WTL基于common control而制作出来的control,如CommandBar是基于Toolbar和menu的组合。x代表extension,强调凭空制造,比如CHyperLinkCtrl。他可以subclass一个static控件而成一个类似于网页的超链接。
(post by shinyr.com)