CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CTOOLBAR

搜索资源列表

  1. tabtoolbardemo_src.zip

    1下载:
  2. Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite
  3. 所属分类:界面编程

    • 发布日期:
    • 文件大小:89039
    • 提供者:
  1. 可以显示多行文字的工具条

    0下载:
  2. 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
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:32097
    • 提供者:lili
  1. ToolBar4

    0下载:
  2. a. ToolBar4---- 工具条 按住ALT+鼠标 工具条的按纽跟着鼠标移动。 主要是一个重写的类ToolBarEx.cpp 使用这个类的时候 使用上自定义的消息 另外,只能保存当前状态,在第二次打开本程序的时候toolbar 的工具条和上一次一样! b. TOOLBAR 里面的下拉按纽 有通知 按纽的通知 ON_NOTIFY(TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown)
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:1640705
    • 提供者:陈成
  1. ctoolbar

    0下载:
  2. 这是一个由c#语言在.net环境下实现的 下拉菜单-This is a language in the c #. Net environment under the drop-down menu
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:20819
    • 提供者:小波
  1. lqt_ToolBarEx

    0下载:
  2. 一个支持真彩图标和背景的工具栏类,使用十分方便,直接用真彩位图替换原ToolBar.BMP,并用CToolBarEx替换原CToolBar即可-a support True Color icons and background toolbar category, it is very convenient to use, the direct use of color to replace the original bitmap ToolBar.BMP and used to replace t
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:6262
    • 提供者:xhzxlqt
  1. fullScreen_program

    0下载:
  2. 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4499
    • 提供者:a
  1. VC_Extend

    0下载:
  2. VC++基本类的扩展解决方案,包括CToolBar,CStatusBar,CSplitter等-VC category of the basic extension solutions, including CToolBar, CStatusBar. CSplitter etc.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:348865
    • 提供者:qouyang
  1. toolbar

    0下载:
  2. 一个实用的 CToolBar 扩展类 CToolBarEx。程序中的工具条是在CMainFrame中生成的,采用的类是CToolBar,使用起来很复杂。为此,对CToolBar的常用功能进行封装,生成了它的一个继承类CToolBarEx,大大简化了操作。
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:1975
    • 提供者:peter shi
  1. iebars_src

    1下载:
  2. CMenuBar: A toolbar that looks and acts exactly like a menu bar. It can be placed in a rebar control just like in Internet Explorer. It also draws icons next to menu items. CAlphaImageList: A replacement for CImageList that supports images with
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:19648
    • 提供者:huat
  1. Spin_Slide_ToolBar

    0下载:
  2. 重载CTOOLBAR类,得到类CSPINTOOLBAR和类CSLIDETOOLBAR,从而可以在工具条上创建微调控件.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:57715
    • 提供者:庄无伤
  1. CToolBarEx

    0下载:
  2. CTOOLBAR的一个示例程序,用户可以根据该示例进行实现开发工具条控件。
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:40692
    • 提供者:李真
  1. toolbar

    0下载:
  2. ctoolbar 停靠,工具条中嵌入combox,实现任意停靠-ctoolbar
  3. 所属分类:ToolBar

    • 发布日期:2017-03-30
    • 文件大小:64699
    • 提供者:孙青
  1. tabtoolbardemo_src

    0下载:
  2. Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simp
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-16
    • 文件大小:89352
    • 提供者:徐丽志
  1. DialogBarEx_Project

    0下载:
  2. CToolBar 扩展类 CToolBarEx。程序中的工具条是在CMainFrame中生成的,采用的类是CToolBar,使用起来很复杂。为此,对CToolBar的常用功能进行封装,生成了它的一个继承类CToolBarEx,大大简化了操作。-CToolBar category to expand CToolBarEx. Process tool is in the CMainFrame generated, using the category is CToolBar, very compli
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:42505
    • 提供者:zzh
  1. testmtsc

    0下载:
  2. 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
  3. 所属分类:ToolBar

    • 发布日期:2017-04-17
    • 文件大小:32101
    • 提供者:huangta
  1. CToobarDemo

    0下载:
  2. 该程序介绍了怎么在工具栏上增加组合框控件,具体操作就是从CToolBar派生一个新类-How to introduce the program in the toolbar combo box control on the increase, the specific operation is derived from a new class CToolBar
  3. 所属分类:ToolBar

    • 发布日期:2017-04-24
    • 文件大小:62928
    • 提供者:tanghuang
  1. 10020121021012112

    0下载:
  2. ctoolbar,实现工具条的任意停放功能,并且可以在工具条上加入combox-ctoolbar
  3. 所属分类:ToolBar

    • 发布日期:2017-04-02
    • 文件大小:87386
    • 提供者:孙青
  1. Test3

    0下载:
  2. CToolBar Example CComboBoxToolbar See This Source Code
  3. 所属分类:ToolBar

    • 发布日期:2017-04-01
    • 文件大小:58603
    • 提供者:wolf
  1. ctrlbars

    0下载:
  2. 介绍从CToolBar继承的 CPaletteBar CToolBar m_wndToolBar CStyleBar m_wndStyleBar CPaletteBar m_wndPaletteBar CDialogBar m_wndDlgBar -CPaletteBar
  3. 所属分类:ToolBar

    • 发布日期:2017-03-30
    • 文件大小:103264
    • 提供者:韩宾
  1. CToolBar

    0下载:
  2. 向对话框类中添加工具栏 在文档/视图结构中,添加工具栏是非常方便的,但在基于对话框的应用程序中,就稍稍复杂一点了。通常情况下,向对话框中添加工具栏有两种方法。 第一种方法: 特点: ① 使用CToolBar类,可以装载工具栏资源。 ② 代码编写简单方便。 第二种方法: 特点: ① 使用CToolBarCtrl类,必须与CImageList类联合使用。 ② 可以支持真彩色(32位)图标。 -Add a toolbar to the dialog class
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:12576
    • 提供者:zhenli
« 12 »
搜珍网 www.dssz.com