搜索资源列表
extended_tooltip.zip
- 可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动
multiline_listbox.zip
- 每个选项含多行文字的列表框
multicol_combo2_demo.zip
- 另一个多行复选框
multicol_combo3_demo.zip
- 第三个多行复选框
multicol_combo_proj.zip
- 有多行(每行可以是控件)的复选框
EditLog_src.zip
- 有用的可以显示行式文本日志信息的多行编辑框
edpos.zip
- 在多行编辑框中编辑的时候同时在状态条显示当前行号和列号的程序
history_edit_demo.zip
- 方便地往多行编辑框后面添加数据行的多行编辑框
GridList.zip
- 可以编辑SubItems并且可以多行编辑的ListView
multisort_listview.zip
- 同时多行排序的ListView
可以显示多行文字的工具条
- CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。-CToolBar not support multiple lines, the paper will adopt a customized MFC / C CMTToolBar achieve the tools of the extra lines. Their idea is to put the
多行的标题头(headctrl)控制
- 多行的标题头(headctrl)控制.快点下载吧。不要钱的。-multiple lines of the first title (headctrl) control. To download it quickly. Not money.
如何创建CListCtrl控件的多行标题
- 该代码例子提供如何创建CListCtrl控件的多行标题。-The code examples for how to create more CListCtrl Control trip heading.
可以隐藏多行列的分隔窗口
- 可以隐藏多行多列的窗口-hide out more multi-window
多行字体显示工具条
- 该代码提供了创建一个工具栏,该工具栏上的字体为多行显示,可以节省工具栏按钮控件大小。-The code for the creation of a toolbar, the toolbar font for multiple lines, it can be saved toolbar buttons control the size.
多行显示、彩色的ListBox
- vc编程,界面类,如何做出多行、彩色的listbox
MultiComboBox.多列现实的组合框
- 多列现实的组合框,使组合框下拉列表变成三行三列的二维表格.,Out many practical combo box, so that the drop-down list combo box into three lines of three two-dimensional table.
ff
- vc编辑框多行显示,并且将显示输出到不同字符串-vc show multi-line edit box, and will display the output to a different string
edpos
- 在多行编辑框中编辑的时候同时在状态条显示当前行号和列号的程序-A program in which current row and column number can be showed in the status bar when editing in multi_line editbox
ComboBoxPopup
- MFC自制ComboBox多行多列,学习MFC的好列子(Homemade ComboBox multi row multi column)