搜索资源列表
flttbclsbtn
- 在C++/MFC框架应用程序里,当浮动工具条被拖离主窗口后,一般都有一个“关闭”按钮。本来这个按钮完全是按照Windows应用程序的UI设计规范而设计的,也就是说所有的窗口都应该有一个地方让用户可以关闭这个窗口。-in C / MFC application framework, when the floating toolbar been towed away from the main window, usually has a "close" button. Actua
可以显示多行文字的工具条
- 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
TrueColorToolBar
- 通过一个C++类TrueColorToolBar来建立一个真彩工具栏 从而摆脱MFC默认的死板的工具栏
ScrollTest
- 基于MFC的单文档应用程序滚动条的实现。。。C++ ,MFC-MFC-based single-document application scroll bar implementation. . . C++, MFC
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
CCaptionButton_src
- 工具条激活或者未激活时不同变换的代码VC6, C++Windows, NT4, WinXP, MFC, VS6, Visual Studio,-This class inserts a variable number of bitmaps to the caption of your dialog and handles them like buttons (next to the close, maximize or minimize button).
CtrlInBar
- Visual C++支持一种新型的工具条资源,这使得工具条的创建比以往更加方便灵活了。在MFC中,工具条的功能由类CToolBar实现。工具条资源和工具条类CToolBar是工具条的两个要素。-Visual C++ to support a new type of toolbar resource, which makes tools for the creation of the more convenient and flexible than ever before the. In MFC
OpenFileDemo
- C++ MFC 文件打开关闭操作的一工程源码-C++ MFC file open operation of a closed source project
ToolBar
- C++中用MFC编写的工具条小程序,可以参考学习-Applet the written in C++ using MFC' s toolbar, you can refer to learning
CToobarDemo
- 能实现对工具栏上的文字动态显示,并能给工具栏添加相应的信息-ToolBar MFC Visual C++
Toolbars
- rebar implementation in c++ using win32 api no MFC