搜索资源列表
ToolTipClass
- VC中控件提示信息演示; 工具提示基础;对网上得到的类和系统自带CToolTipCtrl的类进行了基本使用演示;-VC in the control information presentation tips basic tooltips on the internet get the class and system class CToolTipCtrl bring a basic use of presentation
toolbartest
- 我见过人家的一些工具栏,各有特色,但不人性化. 基于此,我在前人的基础上作了一些改动.使其使用起来和VC中标准的CToolBar有什么两样 主要功能: 能显示24位色(含)以下的各尺寸图标 能设置背景色或背景图 1 将ToolBarEx.cpp和ToolBarEx.h加入到工程 2 在MainFrame.h中包含对ToolBarEx.h的引用 3 将原CToolBar m_wndToolBar改为CToolBarEx m_wndToolBar 4