随笔分类 -  教程

WTL(3)_control bars
摘要:Toolbars and Status Bars in a FrameCFrameWindowImplonly supports one toolbar |no equivalent to the MFC system of multiple dockable toolbarsIf you need more than one toolbar : 1.hack around inCFrameWindowImplinternalsToolBarCreateSimpleToolBarUIAddToolBarUISetCheck(ID_VIEW_TOOLBAR, 1)UIUpdateToolBar( 阅读全文

posted @ 2011-02-28 13:57 oleeceo 阅读(360) 评论(0) 推荐(0)

WTL教程(2)_WTL GUI Base Classes
摘要:Introduction to Part II好的, 是时间开始谈论WTL了! 这部分会涵盖:基本的main frame window写法, 涵盖一些WTL改进的特性。例如:ui更新, 良好的消息映射WTL OverviewCFrameWindowImpl, CMDIFrameWindowImplCButton, CListViewCtrlCDC, CMenuCSplitterWindow, CUpdateUI, CDialogResize, CCustomDrawCString, CRect, BEGIN_MSG_MAP_EX这章会较深入的讲解 框架窗口, UI特征, 实用工具类。多数是独立 阅读全文

posted @ 2011-02-25 14:15 oleeceo 阅读(986) 评论(0) 推荐(0)

WTL(1)_ATL GUI Classes
摘要:WTL for MFC Programmers, Part I - ATL GUI ClassesREADME.TXTWTL的使用环境: vc2005 Express和vc6的用户需要注意, 文章是wtl7.1在vc6.0-7.0下测试的, vc7.0-8.0下未知.WTL的前提知识: windows API, MFC, 消息处理, c++模板类, ATL类等.Introduction to the SeriesWTL有很多强悍的MFC's GUI类, 但是WTL程序更小。如果你像我一样学习过MFC的GUI,那么你将很容易使用WTL中这些缩水了的控件,像MFC的消息过滤机制。如果你想我 阅读全文

posted @ 2011-02-23 22:54 oleeceo 阅读(706) 评论(0) 推荐(0)

导航