搜索资源列表
立体效果位图按钮
- 立体效果位图按钮-three-dimensional effect bitmap button
VC6.0显示位图按钮
- MFC提供的按钮都是标准的,但是如果想显示位图按钮该怎么办呢?本程序就教给你具体实现方法
differentButton.rar
- 多种风格的按钮应用,包括位图按钮、单选按钮、复选按钮及其组合使用。,Button on the application of a variety of styles, including bitmap button, radio button, check button and the combination.
hoverbutton.rar
- WINCE系统下对话框中位图按钮的制作,可轻松直接使用或移植,WINCE system dialog bitmap button production, can be easily used directly or transplant
offMenu
- 在VC++窗体上布局随意停靠可拖动的智能菜单 一个VC++自绘的窗体菜单,仿Office 2000风格的可停靠、可随意拖动位置的智能型菜单,代码里有一些方法和类是我们值得学习的,比如建立象MSN一样的在状态条上自动弹出和消隐的信息窗口、制作不需要位图资源,而具有阴影的的位图按钮等,这些类文件在你的项目中都能用到 -In the VC++ form, the layout of the smart casual dock can drag the menu from a VC++ pain
button
- 位图按钮的实现代码范例,一个很好的位图按纽-Bitmap button code example of a good bitmap button
MSAgent_0123_last
- 在FormView中类似金山毒霸的位图按钮,使用MS OFFICE的精灵鹦鹉助手(需要制定本压缩文件包中的peedy.acs文件),指针式时钟,三态圆形位图按钮,改变FormView的背景色,带位图的ListCtrl,ListBox。-In FormView Jinshan drug tyrants similar bitmap buttons, the use of MS OFFICE assistant wizard parrot (need to introduce the compres
button_class
- 各种Button类。滑动按钮、任意停靠按钮、位图按钮、自定义按钮-many kinds of button class
sample4
- 温馨友情通讯录 1.可以伸缩的对话框 2.文件的读写 3.位图按钮的实现 4发送电子邮件-Address Book 1 warm friendship. Dialog box can be scalable 2. Documents to read and write 3. The realization of a bitmap button 4 to send e-mail
kkk
- 线程的简单使用操作实例;丰富的位图按钮实例。-thread to use and bitmap buttin.
CH2
- 《Windows多媒体编程基础》第二章源代码 LoadPic 演示位图加载和缩放显示功能 PageV 演示CHtmlView类的简单使用,用户可以在应用程序中打造自己的浏览器(功能非常强大,看你怎么用) ST 演示CStatic控件的用法。证明静态不静(可以充满动感) MyButtonTest 演示普通按钮的动态创建 MyBitmapButton 演示位图按钮的动态创建 -" Windows Multimedia Programming" chapter
VC2
- 用VC绘制位图按钮 编译成功 很好用的程序-Drawing bitmap with VC compiler button procedure with good success
bitmapbutton
- vc++位图按钮,实现按钮中添加位图和图标,说明详细-bitmap button
vc_bitmap_button
- VC编写的位图按钮的源代码,喜欢的拿去吧!-VC prepared the bitmap button, the source code, like Take it!
btnstyle
- 这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的-The program includes a variety of bitmap button, the button interface is suitable to study the design, the procedures are not complicated, I believe that is easy to understand the
transbt
- 实现透明按钮,位图按钮,可移动按钮 半透明按钮-dfasgpkagad kadfijafdf
BitmapButten
- 学习如何使用用Visual C++绘制位图按钮.-Using Visual C++ draw bitmap button.
BitmapButton
- 实现了位图按钮,使得编写的程序界面美观,程序可以执行。-Achieved a bitmap button, makes the program interface written in beautiful, the program can perform.
bmpbutton
- BMP位图按钮的VC++实现,用一张位图实现按钮的三种状态,这里是以Yahoo的Logo为例展开代码编写,目的是教会大家方法,授人于鱼不如授人于渔,希望大家能造出更加漂亮的窗体按钮来。 -The code aims to the church all, the fish don t like to give a man in fisheries, i hope everyone can be made more attractive form. the button
SkinButton
- 这是一能实现位图按钮的类例如: CSkinButton m_btn m_btn.Init(IDB_NORMAL,IDB_OVER,"strText") 其中IDB_NORMAL为按钮正常时的位图,IDB_OVER为鼠标移动到按钮上的位图,strText为按钮提示信息