1. 首页
  2. 编程语言
  3. C++ 
  4. mfc vc 界面编程之树视图

mfc vc 界面编程之树视图

上传者: 2021-05-09 00:07:22上传 RAR文件 108.02KB 热度 21次
// Copyright (C) 2001-2002 by David Yuheng Zhao // // Distribute and change freely, except: don't remove my name from the source // // No warrantee of any kind, express or implied, is included with this // software; use at your own risk, responsibility for damages (if any) to // anyone resulting from the use of this software rests entirely with the // user. // // Partly based on the _ThemeHelper struct in MFC7.0 source code (winctrl3.cpp), // and the difference is that this implementation wraps the full set of // visual style APIs from the platform SDK August 2001 // // If you have any questions, I can be reached as follows: // yuheng_zhao@yahoo.com // // // How to use: // Instead of calling the API directly, // OpenThemeData(...); // use the global variable // g_xpStyle.OpenThemeData(...);
用户评论