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

搜索资源列表

  1. buttonshi

    0下载:
  2. 这个程序是将所用动态按钮集于一体,可作为美化界面的好工具,可以直接将cpp与h文件直接加入元程序,再在代码中设定要得类型就可以了。十分方便。-this procedure will be used dynamic buttons into one that can serve as a good landscaping interface tool that can directly cpp files directly with h yuan accession procedures, and
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:88811
    • 提供者:胡剑宇
  1. CXPButton

    0下载:
  2. CXPButton 包括CXPButton.h CXPButton.cpp 说明文档-CXPButton including documentation CXPButton.h CXPButton.cpp
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:4085
    • 提供者:lugb
  1. Fakemenu

    0下载:
  2. FAKEMENU demonstrates how an application can display a window that behaves in a similar manner as a menu. It also illustrates the use of the <multimon.h> multiple-monitor compatibility header file to allow the application to run properly
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:8087
    • 提供者:址不真
  1. ChoiceButton_src

    0下载:
  2. It s a CButton-derived class that uses the OwnerDraw style.To use the control in your project, just add the following files to it: ChoiceButton.cpp ChoiceButton.h
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:27837
    • 提供者:小破孩
  1. DateClass_demo

    0下载:
  2. To use the class in your project you will need the following files: SimpleDate.cpp: contains the date class functions SimpleDate.h: Header for above class Parseit.cpp: Helper class that parses date strings
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:34299
    • 提供者:lg
  1. jinsecess

    0下载:
  2. 这是我刚利用APPface做的一个软件界面,里面有APPface的动态库和,h文件,直接可以用在自己的项目中,用appface后界面还是相当好看的
  3. 所属分类:按钮控件

    • 发布日期:2014-01-18
    • 文件大小:7473054
    • 提供者:赵彩萍
  1. bt

    0下载:
  2. 在dlg.h中添:#include \"GyzBtn.h\" 增加一个bitmap, 修改其属性ID:IDC_BTN_CLOSE, ClassWizard:增加 CGyzBtn 类的 m_btn_close OnInitDialog()中:m_btn_close.init(IDB_BITMAP1,IDB_BITMAP2,IDB_BITMAP1)
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2056
    • 提供者:顾元政
  1. CPushPinButtonv1.21

    1下载:
  2. CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 类的使用步骤: 1.在工程中加入PushPin.cpp和PushPin.h两个文件,并且在需要用到这个类的文件中加入#include \"PushPin.h\"语句。 2.确保工程中加入了图片IDB_PUSHPIN或者IDB_PUSHPIN_HELP 3.在对话框中加入一个按钮,设置owner-draw属性,大小不限。 4.使用Classwizard定义一个按
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:19953
    • 提供者:wyb
  1. AVIBUTTONCODE

    0下载:
  2. 显示AVI文件的按钮.使用CAniButton替换你工程里的CButton声明即可(实现代码AniButton.h,AniButton.cpp)-show AVI file button. Use your CAniButton replacement project CButton's statement can (achieve code AniButton.h, AniButton.cpp)
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:70959
    • 提供者:wwww
  1. UI

    0下载:
  2. DirectX绘制RGB视频的C++类 1 // VideoDrawer.h: interface f-DirectX for drawing RGB video C++ class 1// VideoDrawer.h: interface f
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:164656
    • 提供者:trysh
  1. 2010TXBar

    0下载:
  2. vc++下开发超酷的xtbar界面程序,欢迎大家参考,谢谢提出意见!-vc++ cool interface developed under the program, welcome to your reference, thank you comments!
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1056594
    • 提供者:徐金表
  1. 3DButton

    0下载:
  2. 用法:1:将类文件加入到你的项目中 2:在你的对话框中加入一个按纽(button),设置其文本和大小。 3:利用classwizard为按纽设置一个CButten类的值m_3dtext,然后编缉对话框的头文件,将CButten m_3dtext 改为CMyTextButton m_3dtex 在 对话框的.CPP文件中加入#include "CMyTextButton.h" -Usage: 1: types of documents will be add
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:2340
    • 提供者:sam
  1. CExpandBtn

    0下载:
  2. 在我们使用一些软件时,常常看到有一些伸缩按钮,当我们单击此按钮时,会弹出或者隐藏一些信息,我们可以利用CExpandBtn类来实现这个功能. 1、首先,在XXXDlg.h文件中先给一个button定义一个成员变量,然后把CButton改为CExpandBtn,例如: CButton m_xxx 改为 CExpandBtn m_xxx 2、然后,在XXXDlg.cpp文件中的OnInitDialog()函数中,添加如下语句: m_xxx.SetDrawButtonBorder
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:2787
    • 提供者:hanhf
  1. control

    0下载:
  2. testt.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. testt.h
  3. 所属分类:Button control

    • 发布日期:2017-03-23
    • 文件大小:33165
    • 提供者:CT
  1. MFCDialogTest

    0下载:
  2. MFCDialogTest.vcproj This the main project file for VC++ projects generated using an application wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations,
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:41154
    • 提供者:CT
  1. WFL

    0下载:
  2. 实现Tab按钮,完全自绘.使用时包含WTABER.h头文件并创建即可.-Achieve Tab button, and completely self-painted. Use and create a header file that contains WTABER.h can.
  3. 所属分类:Button control

    • 发布日期:2017-03-26
    • 文件大小:5735
    • 提供者:Moryk
  1. ProductDemo

    0下载:
  2. CATIA 的一个示例,自己写的,很简单在装配中加了一个按钮-CATIA an example to write by own, simply added in the assembly of a button
  3. 所属分类:Button control

    • 发布日期:2017-05-16
    • 文件大小:4446491
    • 提供者:wuruixi
  1. money

    0下载:
  2. 金额转换至大些金额。这个程序很实用哦 很好的 大家都-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 大写金额 ======================================================================== AppWizard has cr
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1896766
    • 提供者:mr zhang
  1. DibRadioButton

    0下载:
  2. 控件包含文件: 头文件 源文件 资源文件 DibRadioButton.h DibRadioButton.cpp Radio_button.bmp ==========================使用说明========================= 2008-1-8 1.修正了程序SetCheck后,导致位图的贴图错误等bug。 2.添加了设置控件以及文字的背景色设置。 3.添加了文字的字体颜色设置。 4.修正了些许其他的逻辑上的
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:9745
    • 提供者:谭黎明
  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