搜索资源列表
demo_toolbar_c.zip
- 在工具条上使用类似VC6打开文件一样的DropDown选择按钮
demo_toolbar_e.zip
- 在工具条上使用像IE那样的鼠标经过时图标变化的按钮
enh_flatbar_sample.zip
- 在工具条上使用类似IE的带文字的扁平按钮并且可以像VC5那样使用鼠标组织排列
flatbar_sample_project.zip
- 在工具条上使用类似IE的带文字的扁平按钮
vc++tooksoroll3
- 在本例中,我们将制作可以使用自定义工具条的应用程序,工具条由三色按钮组成,工具条可以放置在窗口中的任何位置。-in this case, we will make use of tools to customize the application procedures, tools of the stand by three components, Tools can be placed in the window of any location.
demo_toolbar_c.zip 类似VC6打开文件一样的DropDown选择按钮
- 在工具条上使用类似VC6打开文件一样的DropDown选择按钮,The toolbar which has dropdown style button as VC6
demo_toolbar_e
- 在工具条上使用像IE那样的鼠标经过时图标变化的按钮-The toolbar which uses button that can change the icon when mouse on it
bmp_toolbar
- vc6下制作真彩工具栏的例子。本例使用的位图大小比例是16*16的32位真彩,导入vc6后不可见。实现代码很简单,在cmainframe的oncreate函数中 并在视图类中加入工具栏按钮的消息映射即可。-vc6 produced an example of true color toolbar. This example uses a bitmap size of the ratio is 16* 16 32-bit true color, not visible after import v
CTrueColorToolBar
- 在工具栏添加个性化的真彩位图按钮,最好是配合TBCreator工具使用。-Create true color buttons on the tool bar
flatbar_sample_project
- 在工具条上使用类似IE的带文字的扁平按钮-Using flat button with text on toolbar as IE
enh_flatbar_sample
- 在工具条上使用类似IE的带文字的扁平按钮并且可以像VC5那样使用鼠标组织排列-Using flat button with text on toolbar as IE and it can organize the buttons with mouse as VC5
office-style-menubar-
- 纯win32 api + c_++实现 ms office样式的菜单栏. 在rebar中嵌入toolbar,让toolbar实现系统菜单样式. 本代码重点是实现了鼠标移动到toolbar按钮上自动改变toolbar按钮的状态,并在相应位置弹出对应的菜单. 表现与系统菜单完全一致. 没有使用钩子,集成起来比使用钩子的方式简单很多.-create ms office style menubar with pure win32 api and c++. out of use hook.
toolbartest
- 我见过人家的一些工具栏,各有特色,但不人性化. 基于此,我在前人的基础上作了一些改动.使其使用起来和VC中标准的CToolBar有什么两样 主要功能: 能显示24位色(含)以下的各尺寸图标 能设置背景色或背景图 1 将ToolBarEx.cpp和ToolBarEx.h加入到工程 2 在MainFrame.h中包含对ToolBarEx.h的引用 3 将原CToolBar m_wndToolBar改为CToolBarEx m_wndToolBar 4
filetool
- 该源码是用于自动添加VC6开发平台上的打开,和添加按钮。当VC6上这两个菜单项不起作用时,可以使用此插件。-The open source code is used to automatically add VC6 development platform, and the Add button. When these two menu items on VC6 does not work, you can use this plug-in.