Welcome![Sign In][Sign Up]
Location:
Search - CBitmapButton

Search list

[Dialog_WindowCarPcPanel

Description: 基于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
Platform: | Size: 416255 | Author: 刘涛 | Hits:

[Button controlCHoverBitmapButton_src

Description: XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give your old apps a new look under Windows XP.
Platform: | Size: 56841 | Author: 陆可 | Hits:

[Button controlCWBButtonDemo

Description: 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 SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
Platform: | Size: 37274 | Author: gxc | Hits:

[ActiveX/DCOM/ATLBetterBmpButton_src_xd

Description: An improvement on the CBitmapButton class. 一个位图按钮的类(22KB)
Platform: | Size: 22180 | Author: 张祥 | Hits:

[GUI DevelopBmpbtn.vc2003

Description: 介绍了如何动态更改CBitmapButton对象的按钮状态图,实现简单
Platform: | Size: 61372 | Author: 杨思 | Hits:

[Button controlBmpbtn

Description: 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、 Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例:
Platform: | Size: 61064 | Author: MING | Hits:

[Button controlCHoverBitmapButton_src

Description: XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give your old apps a new look under Windows XP.
Platform: | Size: 57344 | Author: 陆可 | Hits:

[Dialog_WindowCarPcPanel

Description: 基于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
Platform: | Size: 415744 | Author: 刘涛 | Hits:

[GUI DevelopTransparentButton

Description: 非常酷的换肤透明按钮类skin源代码及事例-very cool button Eurocargo transparent skin type and source code examples
Platform: | Size: 722944 | Author: | Hits:

[Button controlCWBButtonDemo

Description: 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 SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
Platform: | Size: 36864 | Author: gxc | Hits:

[ActiveX/DCOM/ATLBetterBmpButton_src_xd

Description: An improvement on the CBitmapButton class. 一个位图按钮的类(22KB) -An improvement on the CBitmapButton class. A bitmap button class (22KB)
Platform: | Size: 22528 | Author: 张祥 | Hits:

[GUI DevelopBmpbtn.vc2003

Description: 介绍了如何动态更改CBitmapButton对象的按钮状态图,实现简单-Describes how to dynamically change the button CBitmapButton object state diagram, simple
Platform: | Size: 61440 | Author: 杨思 | Hits:

[Button controlBmpbtn

Description: 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、 Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例:-In MFC, it is necessary to use the graphical button, choose CBitmapButton general category, the use of CBitmapButton category button you can set the Normal, Selected, Focused and Disabled four state bmp images, which require four state image with the size, in which normal state image provided is necessary. Common to call the code example:
Platform: | Size: 60416 | Author: | Hits:

[VC/MFCBmpbt

Description: 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例: CBitmapButton m_bmpBtn m_bmpBtn.SubclassDlgItem(IDC_BUTTON1,this) //关联控件 //CBitmapButton对象m_bmpBtn的LoadBitmaps函数加载程序内bmp资源。 m_bmpBtn.LoadBitmaps(IDB_BITMAP1,IDB_BITMAP2,IDB_BITMAP3,IDB_BITMAP4) m_bmpBtn.SizeToContent() -In MFC, it is necessary to use the graphical button, choose CBitmapButton general category, the use of CBitmapButton category button you can set the Normal, Selected, Focused and Disabled four state bmp images, which require four state image with the size, in which normal state image provided is necessary. Common call sample code: CBitmapButton m_bmpBtn m_bmpBtn.SubclassDlgItem (IDC_BUTTON1, this)// associated control// CBitmapButton object m_bmpBtn the LoadBitmaps function within the bmp loader resources. m_bmpBtn.LoadBitmaps (IDB_BITMAP1, IDB_BITMAP2, IDB_BITMAP3, IDB_BITMAP4) m_bmpBtn.SizeToContent ()
Platform: | Size: 61440 | Author: james | Hits:

[Button controlcbitmapbutton

Description: 该代码主要是一个基于单文档的按钮控件的应用,主要包括:在按钮上载入位图,载入图标,其中按钮又包括:保持按钮,非保持按钮等-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, button, such as non-maintained
Platform: | Size: 2098176 | Author: hasomeboy | Hits:

[Button controlIE

Description: 自己做的:从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. The only difference is that four of the suffix bitmap for the N, U, D and X, respectively, on behalf of normal, pop-up, push-down and disabled.
Platform: | Size: 3072 | Author: dsxu8 | Hits:

[GUI Developcbitmapbutton

Description: 在BUTTON上显示位图,改变BUTTON-BUTTON displayed in bitmap change BUTTON
Platform: | Size: 1941504 | Author: herong | Hits:

[Button controlBmpbtn.vc2003

Description: 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。-hao
Platform: | Size: 61440 | Author: jld | Hits:

[GUI DevelopCBitmapButton_wordbmp

Description: CBitmapButton增强类显示文字和磁盘位图-CBitmapButton enhanced class display text and disk bitmap
Platform: | Size: 2048 | Author: 祝力 | Hits:

[Button controlCBitmapButton

Description: 利用CBitmapButton按钮实现对按钮的贴图美化,本程序可以动态的加载不同的位图-Use CBitmapButton button to realize the map button, the program can beautification dynamically loading different bitmap
Platform: | Size: 72704 | Author: 风讯 | Hits:
« 12 »

CodeBus www.codebus.net