VC-button

所属分类:按钮控件
开发工具:Visual C++
文件大小:1693KB
下载次数:14
上传日期:2017-01-12 14:53:48
上 传 者lulei
说明:  VC6.0环境下的按钮美化效果,很实用,基本包含所有的美化了
(VC6.0 BUTTON)

文件列表:
按钮编程参考代码\BCGControlBar\BCGControlBar\bcgbarres.h (5539, 1998-12-01)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGContextMenuManager.cpp (5407, 1998-09-25)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGContextMenuManager.h (1340, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGControlBar.cpp (1977, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGControlBar.def (205, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGControlBar.dsp (10454, 1998-12-02)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGControlBar.h (240, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGControlBar.rc (20237, 1998-12-01)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGDockBar.h (3069, 1998-08-03)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGExCheckList.cpp (3929, 1998-11-22)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGExCheckList.h (1666, 1998-11-22)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGFrameImpl.cpp (8858, 1998-12-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGFrameImpl.h (1717, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGFrameWnd.cpp (5326, 1998-12-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGFrameWnd.h (3034, 1999-01-01)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGKeyboardManager.cpp (11383, 1998-11-06)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGKeyboardManager.h (1306, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\bcglocalres.h (204, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMainClientAreaWnd.cpp (1122, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMainClientAreaWnd.h (1314, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMDIFrameWnd.cpp (8791, 1998-12-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMDIFrameWnd.h (3358, 1999-01-01)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMenuBar.cpp (31626, 1998-12-30)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMenuBar.h (3638, 1998-12-30)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMouseManager.cpp (6037, 1998-11-10)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMouseManager.h (1557, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGMultiDocTemplate.h (943, 1998-09-26)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGPopupMenu.cpp (18629, 1998-12-28)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGPopupMenu.h (2946, 1998-12-28)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGPopupMenuBar.cpp (22450, 1999-01-04)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGPopupMenuBar.h (2472, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolBar.cpp (93088, 1999-01-01)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolBar.h (10078, 1998-12-28)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarButton.cpp (14378, 1998-12-18)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarButton.h (3585, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarComboBoxButton.cpp (14196, 1998-11-18)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarComboBoxButton.h (2548, 1998-11-20)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarDropSource.cpp (1876, 1998-08-06)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarDropSource.h (1587, 1998-07-16)
按钮编程参考代码\BCGControlBar\BCGControlBar\BCGToolbarDropTarget.cpp (2292, 1998-07-16)
... ...

例如: button.SubclassDlgItem(IDOK,this); button.InitColor(IDOK,this,RGB(0,255,0),RGB(0,0,0),RGB(0,0,0),0); 成员函数InitColor(const UINT nID, CWnd* pParent, const COLORREF BGColor =RGB(192, 192, 192), const COLORREF FGColor = RGB(1, 1, 1), const COLORREF DisabledColor = RGB(128, 128, 128), const UINT nBevel = 2); 参数说明: nID为按钮ID值 BGColor为按钮背景色 FGColor为文字色 DisabledColor为按钮禁止背景色 nBevel为按钮未按下与按下相对移动象素

近期下载者

相关文件


收藏者