CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - button class

搜索资源列表

  1. About-Button-in-MFC

    0下载:
  2. 该程序演示如何将MFC的BUTTON类继承为自己设计的类,能够修改颜色,改变形状,-The program demonstrates how to inherit the class of MFC BUTTON class of their own design, can change colors, change shape,
  3. 所属分类:Button control

    • 发布日期:2017-03-26
    • 文件大小:38417
    • 提供者:黄晨杰
  1. Button

    0下载:
  2. 重绘Button按钮类,在VS2008下调试通过,可以参考,不足之处,请指正。-Redraw the Button button class, through debugging under VS2008, you can refer to the inadequacies, please correct me.
  3. 所属分类:Button control

    • 发布日期:2017-11-09
    • 文件大小:25583616
    • 提供者:邹霞
  1. Mybutton(GDIplus)

    3下载:
  2. 需要GDI+支持的MFC按钮类。自绘图片按钮,支持各种透明效果,可添加文字,支持普通、焦点、鼠标经过、鼠标按下、选中、不可用6种状态不同图片显示-Need to support GDI+ MFC button class. Since the paint picture buttons, supports a variety of transparency effects, you can add text, to support general, focus, mouse after mous
  3. 所属分类:按钮控件

    • 发布日期:2012-12-01
    • 文件大小:3194
    • 提供者:carl
  1. wtl_buttonST_demo

    0下载:
  2. wtl button类-wtl button class........................
  3. 所属分类:Button control

    • 发布日期:2017-05-03
    • 文件大小:583918
    • 提供者:bruce qiu
  1. button

    0下载:
  2. 三个状态的图片按钮,制作动态按钮,美化界面的类-Three state of the image button, the production of dynamic button interface class landscaping
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:3757
    • 提供者:hong
  1. Button

    0下载:
  2. Button类,自己写的,很简单,但是挺实用的.呵呵.-Button class, his writing is very simple, but quite practical. Hehe.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1177
    • 提供者:
  1. Button

    0下载:
  2. 实现的一个功能强大的按钮类,实现了按钮背景色改变等一系列功能-To achieve a powerful button class to realize the button to change the background color of a series of functions such as
  3. 所属分类:Button control

    • 发布日期:2017-03-25
    • 文件大小:3062
    • 提供者:kerven
  1. Button

    0下载:
  2. CButtonSSL类,很多功能,有的就不用下了(其实很多人都有的),比如说可以在按钮上显示菜单等等,这个是我使用该类库的一个实例,希望大家把自己认为好的库都推荐出来-CButtonSSL class, a lot of features, some will not, under the (In fact, many people have to), for example, the button can be displayed on the menu, etc., this is my o
  3. 所属分类:Button control

    • 发布日期:2017-04-17
    • 文件大小:429477
    • 提供者:hasia
  1. Button

    0下载:
  2. VC++编写的Button类,用于实现各种按钮的案例,非常实用-VC++ Button class prepared for the case to achieve a variety of buttons, very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2402758
    • 提供者:jhr
  1. button-class

    0下载:
  2. 该文件里有专门为用源代码开发按钮的类,功能非常强大。-The file has source code developed specifically for the button with the class, very powerful.
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:17794
    • 提供者:天龙
  1. CCePngButtonST

    0下载:
  2. VS 2005写的Button类,支持PNG图片。-Button class written in VS 2005 to support the PNG image.
  3. 所属分类:Button control

    • 发布日期:2017-04-16
    • 文件大小:12780
    • 提供者:yang
  1. calculator-class

    0下载:
  2. 同一个界面实现计算器跟用户登录功能: 1、在用户没有登录成功时,计算器控件的按钮变成灰色。用户登录成功方能使用计算器; 2、用户登录界面的验证码由随机数函数产生; 3、计算器跟用户登录界面均有数据重置功能。-Implement the same interface with the user login function calculator: 1, the user is not logged in successfully, the calculator button on th
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:42932
    • 提供者:周一新
  1. Win-API--button-class--

    0下载:
  2. 网上提供的控件自绘基本上是MFC或WTL封装好的类,对于不想用MFC的人来说是一无是处的,我可是WIN32API的坚决拥护者。因为MFC等也是用WIN32API封装起来的,学好了WIN32API,可以深入的了解WINDOWS内部的机制,编写出来的程序才能得到更好的优化。 -Available online from the controls in MFC or WTL painting is basically a good class package, for people who do no
  3. 所属分类:Button control

    • 发布日期:2017-03-27
    • 文件大小:980322
    • 提供者:晓峰
  1. XP-Button

    0下载:
  2. XP风格自绘按钮类,XP风格自绘按钮类改进-XP style self-drawn button class improved
  3. 所属分类:Button control

    • 发布日期:2017-11-19
    • 文件大小:31301
    • 提供者:GXC
  1. VC-button

    0下载:
  2. 要想修改CButton类按钮背景颜色和文字颜色,必须利用自绘方法对按钮进行重新绘制。这可以通过定义一个以CButton为基类的新按钮类来实现。-To modify the the CButton class button background color and text color, you must use self-drawn button to be redrawn. This can be done by defining a new base class button class C
  3. 所属分类:Button control

    • 发布日期:2017-11-01
    • 文件大小:8440
    • 提供者:zj
  1. VCPP--button

    0下载:
  2. 为此从CBUTTON派生一个按钮类CControlButton,重载DrawItem消息处理进行自绘。-To this end a button class CControlButton, from CBUTTON derived overloaded DrawItem message processing from the painting.
  3. 所属分类:Button control

    • 发布日期:2017-12-05
    • 文件大小:379949
    • 提供者:zj
  1. button-class

    0下载:
  2. 很好用的按钮类,可方便自画,实现贴图,可直接应用于工程-Good button class, easy self-portraits, maps and can be directly applied to engineering
  3. 所属分类:Button control

    • 发布日期:2017-11-23
    • 文件大小:12646
    • 提供者:hy
  1. Button

    0下载:
  2. 按钮类的软件,对于深入浅出学习VC++很有好处-Button class software is very good for learning VC++
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:98418
    • 提供者:zm
  1. Background-transparent-button-class

    0下载:
  2. 利用mfc在菜单栏创建按钮,让按钮变透明的类-Mfc use the Create button in the menu bar, the button becomes transparent so that the class
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:139515
    • 提供者:倪莹
  1. xSkinButton

    0下载:
  2. skin button class (cpp, h)
  3. 所属分类:界面编程

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:06555
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com