当前位置:
首页
资源下载

搜索资源 - List Control Check Box
搜索资源列表
-
0下载:
主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下
-
-
0下载:
一个带有复选框的列表类,你可以在有很多功能控制时使用此类,灵活多变!-a check box with a list of categories, you may have many functional control of the use of such flexible, agile!
-
-
1下载:
一个继承自CListCtrl的改进过的list control控件代码,支持每格数据的直接修改,支持每格的颜色控制,支持数据的按列排序,支持每格的图像显示及复选框显示-inherited from the CListCtrl an improvement over the control list control code, support each grid data directly alter the support of every new color control and suppo
-
-
0下载:
CheckListBox ActiveX控件是为了Microsoft Visual Basic和其他支持ActiveX控件的语言设计的控件。它提供了类似Microsoft Word和Excel 中的内含检查框 ( CheckBox)的列表框(listbox)。
更为神奇的是这个控件的每项都可以使用不同的字体、颜色和图标。检查框也可以设置成显示或不显示。你难道不想让自己程序中列表框变得更生动、更与众不同吗?软件中包括Visual Basic、Visual Basic.NET、Visual C
-
-
0下载:
在List Control中check box ,此部分为控件部分,一会上传演示程序-Control List in which check box, this part of the controls, a demonstration program will upload
-
-
0下载:
在list control中使用check box,这个是演示程序。-control list in the use of check box, this is a demonstration program.
-
-
1下载:
查字典背单词系统,系统虽小,设计系统使用的知识点很多。
从结构化程序设计的角度来说,使用了结构化程序设计的三种基本结构:顺序结构,分支结构(简单分支、多分支、IF语句的嵌套调用),循环结构(步长型循环、扫描循环)。
从面向对象程序设计的角度来说,用到了各种对象:表单、表单集、标签控件、文本框控件、命令按钮控件、编辑框控件、选项按钮组控件、复选框控件、列表框控件、组合框控件、图象控件、计时器控件、表格控件。用到了以上控件的常用事件、属性和方法。多处用到了自定义属性和自定义方法,使用了表单参
-
-
0下载:
VC中一些控件的小技巧
1.让List Control有Check Box
2.让List Box有Check Box。。。
-
-
0下载:
VC++在ListView列表控件中使用复选框,每一行都可以有一个复选框,有效扩展列表控件的功能,复选框与列表结合,也是比较经典的一种组合方式。
-VC++ in the ListView control to use the list box, each row can have a check box, and effective extension of the function list control, check box combination with the list is
-
-
0下载:
VC编程列表控件中使用复选框代码VC to use the check box list control programming code
-VC to use the check box list control programming code
-
-
0下载:
列表控件中嵌入下拉列表、按钮、单选按钮、复选框等-Embedded in a list control dropdown list, button, radio buttons, check box, etc
-
-
0下载:
CheckComboBox Control是一个带复选框的下拉列表控件-CheckComboBox Control is a drop-down list with check box control
-
-
0下载:
A simple program in Visual c++ 6.0 that let you administrate a school database.
Using controls: Edit Box, Check Box, Combo Box, Button, List Control and Menu.
-1 window Dialog Based
-A simple program in Visual c++ 6.0 that let you administrat
-
-
0下载:
一个VB写的Grid控件源码,功能超强大。可以在单元格中添加图片、复选框、下拉列表、按钮等控件,可以进行单元格内容格式化、合并单元格、锁定单元格等,运行界面见图片,详细使用请运行压缩包中的例子。这是本人从国外网站上找的一个很牛的控件,值得收藏和研究,请保留原作者的相关信息。 -A Grid control written in VB source code, function superpower. Cells can be added to images, check box, drop-do
-
-
0下载:
这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。
-This is a pure Win32 API code, and did not use MFC. Code demonstrates how to change the edit box, list box, combo box, static control, and radio
-
-
0下载:
this check list box for list control-this is check list box for list control
-
-
0下载:
VC++在列表控件中使用复选框。啊-VC++ in the list control to use check box. Ah
-
-
0下载:
This program is equivalent to the "Microphone Select" check box of Windows Volume Control for Recording. The Microphone Select control is one of the items of the MIXERCONTROL_CONTROLTYPE_MIXER or MIXERCONTROL_CONTROLTYPE_MUX controls of the MIXERLINE
-
-
1下载:
为列表框控件添加复选框控件,有多软件有用到,很实用,可编译运行。-For the list box controls add check box control, there are many software useful to, is very practical, can compile operation.
-
-
0下载:
Delphi:Delphi点击表头排序数据,对象为ListView数据列表控件,点击表格中的“姓名”、“年龄”、“性别”任意一个表头,都可排序,旁边的“升序”复选框可改变默认的排序方式,这是个相当实用的表格数据显示技巧,增加用户体验度,几乎是基本的不能再基础的Delphi小技巧了。
-Delphi: Delphi click on table header to sort the data, the data object for the ListView control list, cli
-