搜索资源列表
proptry
- 属性、向导对话框 属性页的制作,包含常用控件的用法 挺实用的哦-attributes Attribute Wizard dialog pages of the production, including the use of commonly used controls quite practical oh
usefulltools
- 如何制作属性页对话框和向导对话框,融合组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页-attribute pages on how to make and Wizard dialog box, integration portfolio box (box how to adjust the size composition), List box, radio button, check butto
CPushPinButton
- 功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 -function is to complete a radius button effects. VC as a component of the Properties dialog buttons that radius.
Test
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。
Code
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。
button
- 先建立一个标准的Win32 Application 工程.选择a simple Win32 Application. 然后建立我们的资源文件首先新建一个对话框资源,资源ID改为IDD_MAIN_DLG 然后在其上新建一个按钮控件资源ID改为IDC_ODBUTTON,此按钮的styles中必须选中owenerdraw属性.
pushpin
- CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。
CPushPinButtonv1.21
- CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 类的使用步骤: 1.在工程中加入PushPin.cpp和PushPin.h两个文件,并且在需要用到这个类的文件中加入#include \"PushPin.h\"语句。 2.确保工程中加入了图片IDB_PUSHPIN或者IDB_PUSHPIN_HELP 3.在对话框中加入一个按钮,设置owner-draw属性,大小不限。 4.使用Classwizard定义一个按
20101109_MonitorDemo
- 一个模仿windows中的桌面背景预览的控件 这个控件是模仿微软windows操作系统中的显示属性对话框的控件。我作的这个custom控件具有和微软控件一样的功能。 -A parody of the preview windows in the desktop background controls this control is modeled on Microsoft windows operating system in the Display Properties dialog
123
- 创建一个使用ColorDialog 对话框的应用程序。将应用程序主窗体的背景颜色设置为ColorDialog 返回的颜色。返回的颜色被存储在Color属性中。提示:创建一个ColorDialog变量,调用该对话框时,选择的颜色应该存储在Color属性中。-Create a to ColorDialog dialog application. The application' s main form background color settings color ColorDialog re
dizi
- 实现类似VC属性表中的钉子按钮. 1、新建一工程,基于对话框,采用默认设置。 2、添加一个新类,CSButton 基类CButton。 3、加入两副位图,分别表示钉子钉下和没有钉下时的状态。-VC attribute table to achieve a similar nail button. 1, a new project, based on dialog, using default settings. 2, add a new class, CSButton base cl