搜索资源列表
ToolbarHi.zip
- 可以显示高分辨率(16M)位图的工具条
可以显示多行文字的工具条
- 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
如何在工具栏中显示16位真彩色位图
- 如何在工具栏中显示16位真彩色位图.rar-how the toolbar shows 16 true color bitmap. Rar
testmtsc
- CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。 -CToolBar does not support multiple lines of text, this article will be customized through a MFC/C Class CMTToolBar achieve the toolbar to display
toolbartest
- 我见过人家的一些工具栏,各有特色,但不人性化. 基于此,我在前人的基础上作了一些改动.使其使用起来和VC中标准的CToolBar有什么两样 主要功能: 能显示24位色(含)以下的各尺寸图标 能设置背景色或背景图 1 将ToolBarEx.cpp和ToolBarEx.h加入到工程 2 在MainFrame.h中包含对ToolBarEx.h的引用 3 将原CToolBar m_wndToolBar改为CToolBarEx m_wndToolBar 4
DynToolbar
- 在对话框应用程序中,动态创建工具栏,该工具栏中显示位图图像,并给工具栏按钮添加了消息处理函数。-Dialog applications, dynamically create a toolbar, the toolbar displays a bitmap image and message processing function to add a toolbar button.
exprdlg
- 本源代码在工具栏中加入了组合框,并且采用了自绘功能来实现列表项以不同的着色来显示项来对应函数图的着色,在此源程序中,你可在组合框中输入函数表达式(当然也可以加入X自变量),按回车后就可在视图中显示你所输入的表达式图,并在组合框中以对应的着色加入表达式字符。-Source code added in the toolbar combo box, and uses a self-drawn list items to display different colored items correspon
