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

搜索资源列表

  1. safeproppage.zip

    0下载:
  2. 修正MFC类CPropertySheet里显示时的Bug
  3. 所属分类:PropertySheet

    • 发布日期:
    • 文件大小:1059
    • 提供者:
  1. telephonebook

    0下载:
  2. 该电话薄使用的是数据库,使用了动态显示的对话框,并用了CPropertySheet分成了两个页面。-the phone book using the database, the use of a dynamic display of the dialog box, and spent CPropertySheet divided into two pages.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:44158
    • 提供者:陈兴锐
  1. txxinxi

    0下载:
  2. 该电话薄使用的是数据库,使用了动态显示的对话框,并用了CPropertySheet分成了两个页面。-the phone book using the database, the use of a dynamic display of the dialog box, and spent CPropertySheet divided into two pages.
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:370402
    • 提供者:了解
  1. CustomWizard

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

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

    0下载:
  2. 用属性表创建一个完整的应用程序Creating a full application using the CPropertySheet - Panagiotis Piperopoulos
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:93481
    • 提供者:胞波
  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. Resize_demo.zip 可以改变窗口大小的PropertySheet

    0下载:
  2. 可以改变窗口大小的PropertySheet,The propertysheet which can change the window size
  3. 所属分类:PropertySheet

    • 发布日期:2017-11-08
    • 文件大小:18365
    • 提供者:
  1. safeproppage.zip

    0下载:
  2. 修正MFC类CPropertySheet里显示时的Bug,Fixing the bug of the MFC CPropertySheet s display
  3. 所属分类:PropertySheet

    • 发布日期:2017-11-08
    • 文件大小:1372
    • 提供者:
  1. propview

    0下载:
  2. 在view子窗口里使用PropertySheet-The example of using propertysheet control in view child window
  3. 所属分类:PropertySheet

    • 发布日期:2017-11-09
    • 文件大小:54499
    • 提供者:站长
  1. MyPropertySheetDemo

    0下载:
  2. CPropertySheet使用的例子程序,可用CPropertySheet实现独特的界面。-CPropertySheet examples of the use of procedures that can be used to achieve a unique interface CPropertySheet.
  3. 所属分类:PropertySheet

    • 发布日期:2017-05-15
    • 文件大小:2769824
    • 提供者:derek
  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. 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和PropertyPage类实现属性表对话框实例源码-Using the label control and implement CPropertySheet and PropertyPage class instance property sheet dialog box source
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:51583
    • 提供者:
  1. cPropertysheet

    0下载:
  2. 属性页的分割,(The division of property pages)-The division of property pages, (The division of property pages)
  3. 所属分类:PropertySheet

    • 发布日期:2017-05-14
    • 文件大小:4084023
    • 提供者:star
  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. CPropertysheet

    0下载:
  2. 介绍几种创建CPropertysheet界面的小程序。-Several applet create CPropertysheet interface.
  3. 所属分类:PropertySheet

    • 发布日期:2017-11-13
    • 文件大小:2614910
    • 提供者:徐守高
  1. CPropertySheet

    0下载:
  2. CPropertySheet的展示和一些具体用法-CPropertySheet show and some specific usage
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:64482
    • 提供者:chaos
« 12 »
搜珍网 www.dssz.com