搜索资源列表
max
- 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck
MySkinList
- 自绘了CLitCtrl的标题栏和滚动条,最重要的是附加了详细的说明文档-Since painted the CLitCtrl title bar and scroll bars, the most important additional detailed documentation
自定义的ListView可以在任意列添加控件
- 自定义的ListView可以在任意列添加控件(附使用说明文档和调用Demo)(Custom ListView can add controls to any column (with the use of documentation and calling Demo))
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge