搜索资源列表
CarPcPanel
- 基于EVC的基本对话框,用来在PDA中实现系统的HomePage和工具栏。其中的图形按钮用到了EVC中的CBitmapButton-based on the basic dialog EVC used in the PDA system to achieve the HomePage and the toolbar. The graphics buttons used in the EVC CBitmapButton
CHoverBitmapButton_src
- XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give your old apps a new look under Windows XP.
CWBButtonDemo
- CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API SetWi
BetterBmpButton_src_xd
- An improvement on the CBitmapButton class. 一个位图按钮的类(22KB)
Bmpbtn.vc2003
- 介绍了如何动态更改CBitmapButton对象的按钮状态图,实现简单
Bmpbtn
- 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、 Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例:
cbitmapbutton.rar
- 该代码主要是一个基于单文档的按钮控件的应用,主要包括:在按钮上载入位图,载入图标,其中按钮又包括:保持按钮,非保持按钮等,The code is primarily a document based on single-button control applications, including: the button on the loading bitmaps, loading icons, buttons which also include: maintaining the button
cbitmapbutton.rar
- 在BUTTON上显示位图,改变BUTTON,BUTTON displayed in bitmap change BUTTON
IE
- 自己做的:从CButton派生,用法和CBitmapButton几乎一样,用AutoLoad调用一 下就行了。唯一的不同在于四个位图的后缀为N,U,D和X,分别代表normal, pop-up,push-down和disabled。 -Themselves to do: CButton derived from and the route and CBitmapButton almost identical, with call Autoload click on the list. T
Bmpbtn.vc2003
- 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。-hao
CBitmapButton
- 利用CBitmapButton按钮实现对按钮的贴图美化,本程序可以动态的加载不同的位图-Use CBitmapButton button to realize the map button, the program can beautification dynamically loading different bitmap
CBitmapButton_wordbmp
- CBitmapButton增强类显示文字和磁盘位图-CBitmapButton enhanced class display text and disk bitmap
BitmapButton
- 使用MFC中的CBitmapButton来加载对应的位图。-CBitmapButton use MFC to load the corresponding bitmap.
nonrectangle_button
- 实现非矩形按钮,按钮的形状有圆形,菱形等,同时继承CBITMAPBUTTON类,可以设置背景图片-To achieve non-rectangular buttons, button shapes are round, diamond, etc., while inheriting CBITMAPBUTTON class, you can set the background image
MyHoverButton
- /* * 作者:Albert * E-MAIL:04051227@163.com * 版权:使用时,请不要删除此注释,如有问题,可以交流 * 日期:2013.03.23 * 功能:派生CBitmapButton,能生成任意形状,以任意图片格式为背景的按钮,且有按钮的所有4态。 * 依赖:MFC,gdiplusplus * 源代码修改自:原HoverButton.h,作者不详 * 使用方法:需要使用MySubclassDlgItem来设定使用图片形状按钮,如果是矩形