文件名称:ToolBar4
- 所属分类:
- 工具条
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 1.56mb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
a. ToolBar4---- 工具条 按住ALT+鼠标 工具条的按纽跟着鼠标移动。 主要是一个重写的类ToolBarEx.cpp
使用这个类的时候 使用上自定义的消息
另外,只能保存当前状态,在第二次打开本程序的时候toolbar 的工具条和上一次一样!
b.
TOOLBAR 里面的下拉按纽
有通知 按纽的通知
ON_NOTIFY(TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown)
c.
TOOLBAR里面 加入 下拉combox。
重载 combox? CFlatComboBox
扩展CTOOLBAR ? CTOOLBAREX 中定义成变量
public:
CFlatComboBox m_wndZoom
----- ALT tools of the press tools of the mouse button with the mouse movement. Rewriting is a major category ToolBarEx.cpp the use of this type of use from the definition of news addition, only the current state of preservation, in the second to open the proceedings of the toolbar and tools on the same time! B. TOOLBAR inside of the drop-down button a button notification notice ON_NOTIFY (TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown) c. TOOLBAR inside to join the drop-down Combox. Heavy Combox CFlatComboBox expansion CTOOLBAR CTOOLBAREX defined as public variables : CFlatComboBox m_wndZoom
使用这个类的时候 使用上自定义的消息
另外,只能保存当前状态,在第二次打开本程序的时候toolbar 的工具条和上一次一样!
b.
TOOLBAR 里面的下拉按纽
有通知 按纽的通知
ON_NOTIFY(TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown)
c.
TOOLBAR里面 加入 下拉combox。
重载 combox? CFlatComboBox
扩展CTOOLBAR ? CTOOLBAREX 中定义成变量
public:
CFlatComboBox m_wndZoom
----- ALT tools of the press tools of the mouse button with the mouse movement. Rewriting is a major category ToolBarEx.cpp the use of this type of use from the definition of news addition, only the current state of preservation, in the second to open the proceedings of the toolbar and tools on the same time! B. TOOLBAR inside of the drop-down button a button notification notice ON_NOTIFY (TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown) c. TOOLBAR inside to join the drop-down Combox. Heavy Combox CFlatComboBox expansion CTOOLBAR CTOOLBAREX defined as public variables : CFlatComboBox m_wndZoom
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 95302905toolbar4.rar 列表 FLATCOMBOBOX.H res\ToolBar4.rc2 res\ToolBar4Doc.ico res\ToolBar4.ico res\Toolbar.bmp res\ladder_s.bmp res\toolbar1.bmp res FLATCOMBOBOX.CPP Release\ToolBar4.res Release\ToolBar4.pch Release\vc60.idb Release\StdAfx.obj Release\FLATCOMBOBOX.obj Release\ToolBarEx.obj Release\ToolBar4View.obj Release\ToolBar4Doc.obj Release\ToolBar4.obj Release\OutInfoToFile.obj Release\MainFrm.obj Release\ToolBar4.exe Release MainFrm.cpp MainFrm.h MyCoolMenu.cpp MyCoolMenu.h OutInfoToFile.cpp OutInfoToFile.h ReadMe.txt Resource.h StdAfx.cpp StdAfx.h ToolBar4.aps ToolBar4.clw ToolBar4.cpp ToolBar4.dsp ToolBar4.dsw ToolBar4.h ToolBar4.ncb ToolBar4.opt ToolBar4.plg ToolBar4.rc ToolBar4Doc.cpp ToolBar4Doc.h ToolBar4View.cpp ToolBar4View.h ToolBarEx.cpp ToolBarEx.h