Welcome![Sign In][Sign Up]
Location:
Search - CPropertyPage

Search list

[PropertySheetPrpty

Description: 如何使用Cpropertypage的一个简单例子 给大家作参考-Cpropertypage how to use a simple example to everyone for information
Platform: | Size: 27476 | Author: 马小燕 | Hits:

[Dialog_WindowCustomWizard

Description: 通过上面的例子,我们不难发现标准的向导基本能满足要求,但仍然存在一些缺陷: 1.不能改变向导按钮的样式,如想在“上一步”、“下一步就”按钮上添加图标 2.不能象上面的Web向导一样有个“完成”按钮进行默认设置 3.不能修改向导按钮的位置 上述缺陷是因为我们采用了CPropertySheet类,而CPropertySheet类不是一个可修改的资源。 为了达到个性化向导的目的,我们可以不使用CPropertySheet类和CPropertyPage类。 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。
Platform: | Size: 34119 | Author: jackey | Hits:

[OS programxv001

Description: VC属性表编程,CPropertySheet,CPropertyPage
Platform: | Size: 32155 | Author: xvdongming | Hits:

[PropertySheetVC属性页

Description: 将通过对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.
Platform: | Size: 61253 | Author: 冰雨 | Hits:

[PropertySheetVC属性页

Description: 将通过对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.
Platform: | Size: 92160 | Author: 冰雨 | Hits:

[OtherOffice2003风格的Tab选项卡

Description: 非常酷Office2003风格的Tab选项卡-very cool style tab Tab
Platform: | Size: 206848 | Author: 为发 | Hits:

[PropertySheetPrpty

Description: 如何使用Cpropertypage的一个简单例子 给大家作参考-Cpropertypage how to use a simple example to everyone for information
Platform: | Size: 27648 | Author: 马小燕 | Hits:

[Dialog_WindowCustomWizard

Description: 通过上面的例子,我们不难发现标准的向导基本能满足要求,但仍然存在一些缺陷: 1.不能改变向导按钮的样式,如想在“上一步”、“下一步就”按钮上添加图标 2.不能象上面的Web向导一样有个“完成”按钮进行默认设置 3.不能修改向导按钮的位置 上述缺陷是因为我们采用了CPropertySheet类,而CPropertySheet类不是一个可修改的资源。 为了达到个性化向导的目的,我们可以不使用CPropertySheet类和CPropertyPage类。 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。
Platform: | Size: 33792 | Author: jackey | Hits:

[OS programxv001

Description: VC属性表编程,CPropertySheet,CPropertyPage-VC programming attribute table, CPropertySheet, CPropertyPage
Platform: | Size: 31744 | Author: xvdongming | Hits:

[Remote ControlDd136

Description: WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议类型创建一个原始套接字,启用原始套接字的IP_HDRINCL选项,构建UDP封 包,初始化完整的UDP封包后,再把它发送出去。 tcpscan为TCP端口扫描程序,它使用了一个自己编写的套接字类,(不是MFC的 CSocket类,还使用了基于CPropertySheet/CPropertyPage类的一个小框架。本例 包含了测试连接的模块(Connect页),允许处理本地服务数据库(Services页)。 common文件是tcpscan和rawudp的附带共享文件。-WinPing_src
Platform: | Size: 521216 | Author: 洛亚 | Hits:

[Windows Developex13a

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

[GUI DevelopProp

Description: 该程序使用了属性类CPropertyPage和CPropertySheet实现了一个简单的向导功能-The program uses the attribute class CPropertyPage and CPropertySheet implements a simple wizard functionality
Platform: | Size: 3571712 | Author: zhangkun | Hits:

[Dialog_WindowTraditionalWizard

Description: 在 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.
Platform: | Size: 238592 | Author: 罗费 | Hits:

[PropertySheetPropertyPageAndWizard

Description: VC编写的程序,创建一个基本的属性表和向导,即把多个对话框的大量信息组合在一个对话框中。在MFC中涉及到CPropertySheet和CPropertyPage类-written by VC,create a basic PropertySheet and PropertyPage,referred to Class CPropertySheet and CPropertyPage.
Platform: | Size: 7724032 | Author: 申晓燕 | Hits:

[GUI DevelopTabDlgDemo

Description: 使用标签控件和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!
Platform: | Size: 52224 | Author: | Hits:

[Editorimagedit

Description: 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 dynamically created bitmap
Platform: | Size: 54272 | Author: bon | Hits:

[GUI DevelopTestPropertyPage_1102

Description: 本工程使用CPropertyPage属性页控件实现了常见的软件设置界面,具有很好的界面效果,以供参考。(本工程使用VC2008 sp1实现,直接用VC2008编译会有错误,此时只要将工程中的CWinAppEx改成CWinApp,并且将 stdafx.h头文件中的文件包含指令#include <afxcontrolbars.h>删除即可)-This project uses CPropertyPage control to achieve a common software setting interface, which can be referred.
Platform: | Size: 17811456 | Author: 张军 | Hits:

[OtherCSplitterWnd-CPropertyPage

Description: 软件采用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 page.
Platform: | Size: 16138240 | Author: 陈艳 | Hits:

[GUI Developbiaozhundanwendang

Description: 单文档程序,使用CPropertyPage和CPropertySheet制作属性表对话框-Single document procedures CPropertyPage and CPropertySheet production property sheet dialog
Platform: | Size: 61440 | Author: xiaomeng | Hits:

[PropertySheetLVCustomDrawDemo

Description: 个人觉得比较经典的属性页源代码,继承自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 property page of the list reads Avatar
Platform: | Size: 128000 | Author: 曲波 | Hits:
« 12 »

CodeBus www.codebus.net