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

搜索资源列表

  1. Prpty

    0下载:
  2. 如何使用Cpropertypage的一个简单例子 给大家作参考-Cpropertypage how to use a simple example to everyone for information
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:27476
    • 提供者:马小燕
  1. CustomWizard

    0下载:
  2. 通过上面的例子,我们不难发现标准的向导基本能满足要求,但仍然存在一些缺陷: 1.不能改变向导按钮的样式,如想在“上一步”、“下一步就”按钮上添加图标 2.不能象上面的Web向导一样有个“完成”按钮进行默认设置 3.不能修改向导按钮的位置 上述缺陷是因为我们采用了CPropertySheet类,而CPropertySheet类不是一个可修改的资源。 为了达到个性化向导的目的,我们可以不使用CPropertySheet类和CPropertyPage类。 设计的基本思路:
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:34119
    • 提供者:jackey
  1. xv001

    0下载:
  2. VC属性表编程,CPropertySheet,CPropertyPage
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:32155
    • 提供者:xvdongming
  1. VC属性页

    2下载:
  2. 将通过对CProPertySheet类和CProPertyPage类的学习,学会把多个对话框集中起来,通过标签来激活各个界面.-through right CProPertySheet CProPertyPage category and type of learning and learn how to put together a number of dialog, through various labels to activate the interface.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:61253
    • 提供者:冰雨
  1. Dd136

    0下载:
  2. WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议
  3. 所属分类:Remote Control

    • 发布日期:2017-05-03
    • 文件大小:521241
    • 提供者:洛亚
  1. ex13a

    0下载:
  2. 本示例包含了默认菜单、弹出菜单、属性对话框(Property Sheet)以及Rich Edit Contro控件的综合应用。在编写属性对话框时,必须把四个属性页(CPropertyPage)类写在同一头文件,以及同一个源文件中,否则它们显示不出来--这是一个VC++编辑中很奇怪的问题。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2018850
    • 提供者:Arkliszeng
  1. Prop

    0下载:
  2. 该程序使用了属性类CPropertyPage和CPropertySheet实现了一个简单的向导功能-The program uses the attribute class CPropertyPage and CPropertySheet implements a simple wizard functionality
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3571233
    • 提供者:zhangkun
  1. TraditionalWizard

    0下载:
  2. 在 VC++中,可以使用类CPropertySheet和类CPropertyPage方便地编写一个向导程序。用来简化用户操作的程序。-In VC++, you can use the class and class CPropertyPage CPropertySheet easily write a wizard. The procedures used to simplify user operations.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:238900
    • 提供者:罗费
  1. PropertyPageAndWizard

    0下载:
  2. VC编写的程序,创建一个基本的属性表和向导,即把多个对话框的大量信息组合在一个对话框中。在MFC中涉及到CPropertySheet和CPropertyPage类-written by VC,create a basic PropertySheet and PropertyPage,referred to Class CPropertySheet and CPropertyPage.
  3. 所属分类:PropertySheet

    • 发布日期:2017-05-24
    • 文件大小:7724443
    • 提供者:申晓燕
  1. TabDlgDemo

    0下载:
  2. 使用标签控件和CPropertySheet和CPropertyPage类实现属性表 对话框实例源码 ,很不错的vc源码,推荐!-Using the label control and CPropertySheet and CPropertyPage class implements an instance of source property sheet dialog box, very good vc source, recommended!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:52406
    • 提供者:
  1. imagedit

    0下载:
  2. Simple bitmap editor. Also capable of editing "sub-bitmaps". Based on CBCGImageEditDlg and CImagePaintArea . Also demonstrates: - CToolBar embedded in dialog (CPropertyPage) - CToolBar tooltips in property sheet - CToolBar based on d
  3. 所属分类:Editor

    • 发布日期:2017-03-31
    • 文件大小:53780
    • 提供者:bon
  1. TestPropertyPage_1102

    0下载:
  2. 本工程使用CPropertyPage属性页控件实现了常见的软件设置界面,具有很好的界面效果,以供参考。(本工程使用VC2008 sp1实现,直接用VC2008编译会有错误,此时只要将工程中的CWinAppEx改成CWinApp,并且将 stdafx.h头文件中的文件包含指令#include <afxcontrolbars.h>删除即可)-This project uses CPropertyPage control to achieve a common software set
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-10
    • 文件大小:17811486
    • 提供者:张军
  1. CSplitterWnd-CPropertyPage

    0下载:
  2. 软件采用vc6.0编写,功能涉及到界面布局的窗口分割和CPropertyPage使用,很好用,可直接在属性页上添加需要控件就可以了。-Software vc6.0 write, functions related to the layout of the interface window split and the CPropertyPage use, useful, and you can add the need to control directly on the property pag
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-09
    • 文件大小:16138109
    • 提供者:陈艳
  1. biaozhundanwendang

    0下载:
  2. 单文档程序,使用CPropertyPage和CPropertySheet制作属性表对话框-Single document procedures CPropertyPage and CPropertySheet production property sheet dialog
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-29
    • 文件大小:61542
    • 提供者:xiaomeng
  1. LVCustomDrawDemo

    0下载:
  2. 个人觉得比较经典的属性页源代码,继承自CPropertyPage,对其进行了补充优化,能实现属性列表中的字体颜色改变,属性页列表的头像读取-Personally feel more classic property page source code, inherited from CPropertyPage, it was supplemented optimized to achieve the properties list to change the font color, the pro
  3. 所属分类:PropertySheet

    • 发布日期:2017-04-04
    • 文件大小:127841
    • 提供者:曲波
  1. DialogToolStatus

    0下载:
  2. 使用VS2012练习了,CDialog、CToolBar、CStatusBarCtrl、CPropertySheet、CPropertyPage、CWinThread等类。-英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 使用VS2012练习了,CDialog、CToolBar、CStatusBarCtrl、CPropertySheet、CPropertyPage、CWinThread等类。 请键入文字或网站地址,或者上传文档。 取消 Shǐyòng V
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:220135
    • 提供者:苛刻
  1. Sun-Xin-MFC-instructional-video-8

    0下载:
  2. 孙鑫教学8全内容,1.如何改变按纽的字体?2.逃跑按纽的实现,3.属性表单,4.插入属性页资源,5.在view中增加菜单项6.在CPropertyPage中设置SetWizardButtons可将其属性改为上一步7.为IDC_RADIO1关联成员变量.8为CPropertyPage增加虚函数,9OnWizardNext,10.将用户的选择输出到屏幕上-1 how to change the font button? 2 escape button, 3 attribute form, 4 pag
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3865598
    • 提供者:淡定哥
搜珍网 www.dssz.com