搜索资源列表
buttonshi
- 这个程序是将所用动态按钮集于一体,可作为美化界面的好工具,可以直接将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
CXPButton
- CXPButton 包括CXPButton.h CXPButton.cpp 说明文档-CXPButton including documentation CXPButton.h CXPButton.cpp
Fakemenu
- 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
ChoiceButton_src
- 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
DateClass_demo
- 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
jinsecess
- 这是我刚利用APPface做的一个软件界面,里面有APPface的动态库和,h文件,直接可以用在自己的项目中,用appface后界面还是相当好看的
bt
- 在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)
CPushPinButtonv1.21
- CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 类的使用步骤: 1.在工程中加入PushPin.cpp和PushPin.h两个文件,并且在需要用到这个类的文件中加入#include \"PushPin.h\"语句。 2.确保工程中加入了图片IDB_PUSHPIN或者IDB_PUSHPIN_HELP 3.在对话框中加入一个按钮,设置owner-draw属性,大小不限。 4.使用Classwizard定义一个按
AVIBUTTONCODE
- 显示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)
UI
- DirectX绘制RGB视频的C++类 1 // VideoDrawer.h: interface f-DirectX for drawing RGB video C++ class 1// VideoDrawer.h: interface f
2010TXBar
- vc++下开发超酷的xtbar界面程序,欢迎大家参考,谢谢提出意见!-vc++ cool interface developed under the program, welcome to your reference, thank you comments!
3DButton
- 用法: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
CExpandBtn
- 在我们使用一些软件时,常常看到有一些伸缩按钮,当我们单击此按钮时,会弹出或者隐藏一些信息,我们可以利用CExpandBtn类来实现这个功能. 1、首先,在XXXDlg.h文件中先给一个button定义一个成员变量,然后把CButton改为CExpandBtn,例如: CButton m_xxx 改为 CExpandBtn m_xxx 2、然后,在XXXDlg.cpp文件中的OnInitDialog()函数中,添加如下语句: m_xxx.SetDrawButtonBorder
control
- 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
MFCDialogTest
- 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,
WFL
- 实现Tab按钮,完全自绘.使用时包含WTABER.h头文件并创建即可.-Achieve Tab button, and completely self-painted. Use and create a header file that contains WTABER.h can.
ProductDemo
- CATIA 的一个示例,自己写的,很简单在装配中加了一个按钮-CATIA an example to write by own, simply added in the assembly of a button
money
- 金额转换至大些金额。这个程序很实用哦 很好的 大家都-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 大写金额 ======================================================================== AppWizard has cr
DibRadioButton
- 控件包含文件: 头文件 源文件 资源文件 DibRadioButton.h DibRadioButton.cpp Radio_button.bmp ==========================使用说明========================= 2008-1-8 1.修正了程序SetCheck后,导致位图的贴图错误等bug。 2.添加了设置控件以及文字的背景色设置。 3.添加了文字的字体颜色设置。 4.修正了些许其他的逻辑上的
600673CButtonST
- 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
