搜索资源列表
propsheet_in_dialog.zip
- 在DialogBox里使用propertySheet控件
saprefs.zip
- 属性页和树形控件(treectrl)联合使用的例子,使用树形控件来控制属性页的显示顺序
PageControl
- 介绍一个类似VB中的分类属性表控件在VC中的使用。-introduced a similar classification VB Attribute Table Control in VC use.
bbbzhlx
- 模式和非模式对话框,使用了属性页内嵌PropertySHEET,里面还给出了多个控件的使用,例如:TREE,TAB,RADIO等等多个控件的使用,还有进程条控件-model and non-model dialog box, use the attributes embedded PropertySHEET page, there is also a number of controls in use, such as : TREE, TAB, etc. RADIO control over t
GridLine
- VB常用控件是没有Grid的,但是添加一个一个控件就比较麻烦了,又要注册ocx,有扩大了程序本身,我上传的就是使用line命令,模拟grid,其实还可以使用TextBox配合使用-VB is not commonly used Grid Control, but added a control on a relatively trouble. ocx also registered, to expand the program itself, I upload the line is the u
GetLineByMapObjects
- 本程序是VC+MO的一个简单例子,对于初学GIS的朋友能起到抛砖引玉的作用! MapObjects是建立在微软的对象链接和嵌入(OLE)2.0基础之上的。OLE是当今得到最广泛支持的面向目标的软件集成技术。用户像用砖块盖房子一样利用OLE组件开发和集成Windows应用。一个OLE控件是一个可重复使用的软件组件。OLE控件可以将许多其他OLE对象包装在一个包中。这个包可以反映某些特定的功能,如统计图和多媒体等,并可以直接嵌入支持OLE的应用中。OLE对象具有特征和方法,可以通过对它们的编程来
menu9
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。
Property1
- 当一个基于对话框的程序中有相当多的控件时,你一定会想到使用属性页来将这些控件分类放置。本方案的例子请见源代码打包文件中的Property1部分 在对话框上放置一个Tab Control的控件,再在对话框上放置所需的控件(本例放置了2个按钮,试图在每个标签中显示一个)。然后利用Class Wizard来为Tab Control控件创建一个控件变量,该变量是CTabCtrl类的,再为其他控件也创建相应的控件类。
sheet属性页
- 属性页的使用 1. 用PropertyPage和PropertySheet创建3个页面组成的属性页。 2. 每个页面中显示一个列表控件,并加入行数不同的记录。 3. 主页面中只显示“应用”和“取消”两个按钮牛。 4. 在点击应用按钮时显示,计算并显示每个页面中列表控件中的记录条数。-attribute the use of a page. PropertyPage and PropertySheet used to create three pages of property pages. 2.
Ftp搜索工具
- 实现一个Ftp搜索工具,主要介绍了属性页控件,对指定IP执行Ping命令查看主机存活状态,扫描主机端口,打开、添加、查询和关闭数据库,IP地址控件的使用等。-achieving a search tool, mainly on the properties page controls, the implementation of a designated IP Ping order to survive View host state, scanning host ports, open, ad
propsheet_in_dialog
- 在DialogBox里使用propertySheet控件-The example of using propertysheet control in dialogbox
saprefs
- 属性页和树形控件(treectrl)联合使用的例子,使用树形控件来控制属性页的显示顺序-A example in which properties page control and treectrl are used together, and can use treectrl to control the show order of properties page
BaseTreeCtrl
- Visual c++下tab控件的美化小程序,包括颜色变化、高亮、颜色渐变,添加到自己的工程中即可直接使用。-beauty the tabctrl in Visual c++, can be used directly.
TheusofTabControl
- 实现TabControl控件的使用,打开5个属性页面。-The use of Tab Control
PropSt
- 这是一个使用属性表的例子,但在使用组合框属性页里可以用组合框选中常用的控件,并在当页显示。在使用公共控件属性页里可选中线宽 半径来画圆-This is an example of using the attribute table, but use the combo box in the page attributes can be used in combination control, and when the page display. Control in the use of pub
TabPropertyPage
- 使用Tab控件管理属性页。而不是PropertySheet控件。-Administration property page using the Tab control. Not PropertySheet control.
Prop
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。-Realize ingenious escape button. How to create a property page and Wizard dialog, and integration on the combo box (combo box how to adjust the
Autosize
- VB自动缩放窗体内控件,重点推荐:自动缩放窗体内控件,包括TextBoxx 示例、ComboBox 示例等常用窗体控件。感谢你下载这个示例.以前你可能需要写入很多缩放窗体内控件的代码,现在仅仅需要一句代码即可搞定.你只要在要缩放的控件的TAG属性值里设置标志,然后使用下面的语句即可Autosizeform Me, True-VB automatic scaling control in forms, key recommendation: automatic scaling control in
property
- 如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -How to create a property page dialog box and the wizard dialog, integration on the combo box (combo box how to adjust the size), using a variety of metho
testPropDlg
- 属性对话框控件测试,可以参考。VC++使用-Properties dialog control test, you can refer to. VC++ use