CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 按钮控件 搜索资源 - Class i

搜索资源列表

  1. CXTOutBar

    0下载:
  2. 一个效果很好的outlookbar控件CXTOutBarCtrl .该控件来源于Xtreme Toolkit,我对其进行了修改,使其不依赖于类库独立存在.-a good effect CXTOutBarCtrl outlookbar controls. Control comes from the Xtreme Toolkit, which I had been amended to make it independent from Class exist independently.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:49174
    • 提供者:万一
  1. dock_window_demo

    0下载:
  2. A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to a
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:66053
    • 提供者:胡欣
  1. ActiveXShadeButton

    0下载:
  2. There are many owner-draw button written using C++ and the MFC classes. There a lso many ActiveX controls, mostly written in Visual Basic. While with C++ you can easily use both the MFC and the OCX controls, with Visual Basic you need to convert the
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:72314
    • 提供者:刘亦菲
  1. clocmoni

    0下载:
  2. 这是我将上次发布的记时器模拟器进行改进,主要是界面和功能上作了大大改进, 外型十分逼真,和体育老师上课用的一模一样!-This is the last issue I will remember when the device simulator improvements, is the main interface and functions were greatly improved, appearance is very realistic, and sports teacher in
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:626220
    • 提供者:丁光
  1. CWBButtonDemo

    0下载:
  2. 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
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:37274
    • 提供者:gxc
  1. xpbtncontrol

    0下载:
  2. Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The butt
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:17143
    • 提供者:gxc
  1. DTConvertor

    0下载:
  2. Lately I ve had to do a lot of work with CTime and COleDateTime object variables. They re pretty nice classes to work with but not when you re debugging and need to know their actual date-time values. The CTime class stores its value in a time_t memb
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:29039
    • 提供者:lg
  1. check控制gorup组框-说明

    1下载:
  2. 本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:66810
    • 提供者:张连成
  1. 海关接口

    0下载:
  2. public class Init_Tzs0029_Plugin implements Init_Data_Plugin { public void initTabData(Table src, Table des) throws AppException { des.getTableValue().setString("DS_TZS_SDSDL$DWSBH", src.getTableValue().getString("DS_SQSP_SDSDL$DWSBH")); des.getTable
  3. 所属分类:按钮控件

    • 发布日期:2011-05-06
    • 文件大小:60928
    • 提供者:tony702@163.com
  1. 海关接口

    0下载:
  2. public class Init_Tzs0029_Plugin implements Init_Data_Plugin { public void initTabData(Table src, Table des) throws AppException { des.getTableValue().setString("DS_TZS_SDSDL$DWSBH", src.getTableValue().getString("DS_SQSP_SDSDL$DWSBH")); des.getTable
  3. 所属分类:按钮控件

    • 发布日期:2011-05-06
    • 文件大小:14392
    • 提供者:tony702@163.com
  1. CButtonST

    0下载:
  2. 一个功能强大的按钮类,能轻松添加图片。CButtonST是我目前见过的最强大,功能最全的CButton派生类-A powerful button class, can easily add a picture. CButtonST is what I have seen the most powerful and most versatile of the CButton derived class
  3. 所属分类:Button control

    • 发布日期:2017-05-14
    • 文件大小:3630202
    • 提供者:王立
  1. button_change_color

    0下载:
  2. 该代码应用了两个很有用的改变颜色类,如果你进行界面编程,请下载收藏这两个类,非常好,我一直用它。-The code is applied to two very useful to change the color of class, if you have to interface programming, please download the collection of these two classes, very good, I have been using it.
  3. 所属分类:Button control

    • 发布日期:2017-05-09
    • 文件大小:2303211
    • 提供者:毛虎平
  1. GroupControl_src

    0下载:
  2. CGroupControl is a CButton-derived class which assists with the use of group boxes (i.e., buttons with the BS_GROUPBOX style). The CGroupControl makes it easy to enable/disable, show/hide, or move a group. No code is required in the group s parent, a
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:3954
    • 提供者:tkha
  1. Tongxin_User

    0下载:
  2. 按钮控件的经典程序,如果熟练掌握这个程序,我想一定对它有深入的了解-The use of CButton class,if he or her use it fluently,you can understand it clearly,I hope you can keep it!
  3. 所属分类:Button control

    • 发布日期:2017-05-10
    • 文件大小:2336616
    • 提供者:王立鹏
  1. class

    0下载:
  2. 气泡提示框类的代码,对与界面美化很好,vc的,希望大家喜欢,-Bubble balloon class code, good landscaping and interface, vc, and I hope you like it, quack
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:27608
    • 提供者:李志勇
  1. flat_button3_demo

    0下载:
  2. 非常好的一个按键类,实现了几乎所有的按键功能,透明、bitmap图、加入icon,使按键flat,给按键加链接、加载声音等等,内附实例程序,我做项目时就用它实现了我想要的按键效果。非常棒,个人极力推荐!-A very good key class that implements almost all the key functions and transparent, bitmap map, add icon, the button flat, plus links to the button,
  3. 所属分类:Button control

    • 发布日期:2017-06-19
    • 文件大小:31742976
    • 提供者:胡逸
  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-26
    • 文件大小:980322
    • 提供者:晓峰
  1. RoundButtons_demo

    0下载:
  2. 我自己写的Button类,当你鼠标点上去按钮的颜色会变成彩色的,直接添加到工程中就可以用了-I wrote the Button class, when you point the mouse button color will turn up the color, added directly to the project can be used
  3. 所属分类:Button control

    • 发布日期:2017-04-06
    • 文件大小:33895
    • 提供者:左宝柱
  1. BTN_DlG

    0下载:
  2. 自定义按钮风格例程,效果很不错,我已用过。含有自定义按钮类,使用方法很简单,一看就会的-Custom button style routines, the effect is very good, I have used. Contains a custom button class, very simple to use, one look will
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2668994
    • 提供者:luicha
  1. 600673CButtonST

    0下载:
  2. CButtonST类主要包括BtnST.h、BtnST.cpp、BCMenu.h和BCMenu.cpp四个文件。如果你打算使用CButtonST的窗口不止一个,那么我建议你在VC++的Workspace | FileView中导入以上的四个文件之后,然后在SdtAfx.h文件中添加合适的include语句,如#include "BtnST.h"。-CButtonST class include BtnST.h BtnST.cpp BCMenu.h and BCMenu.cpp four docu
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:411169
    • 提供者:李辉
« 12 »
搜珍网 www.dssz.com