搜索资源列表
CreateXML2
- 这是一个如何将XMl读取出来并在列表框中显示的例子。希望对大家有所帮助-This is a XMl how to read out the list box shows examples. We hope to help
MultiSelList
- Web多选下列表 实现多重选择功能解决列表框占用界面空间太大的问题-choose Web table to achieve multiple choice list of functional solution interface box space occupied much of a problem
XmlWork
- 该程序实现了读写XML文件,并将XML文档中的数据通过列表框显示出来,并且实现了XML数据结构的多级查询。
Ex2
- 学会如何使用列表框-learn how to use the list box
DataGridViewX
- DotNetBar 列表框,提供给大家研究,商业用途请购买正版软件。-DotNetBar DataGridViewX
xiti2
- 域名解析器,输入主机名或者DNS域名后,能在下面的列表框中显示与主机名或者DNS域名对应的IP地址-Domain name resolver, type the host name or DNS domain name can be in the following list box displays the host name or IP address of the corresponding DNS domain name
MultiColumn_ComboBox
- C#下拉多列列表框控件,用于多列数据显示,方便用户查看。-C# Multi-column drop-down list box control, for multi-column data, user-friendly view.
phpopenchat2.0b3.tar
- 这是一个可以以不同颜色显示列表项目的列表框类库-This is a list of different colors can be a list box class library project
repeater
- repeater中的下拉列表框可以自己手动修改编辑-repeater can edit
LoadSaveImagestoMSAccess0127
- 有时你需要储存在数据库中图像而不是物理文件。这个简单的应用程序将向你展示如何建立一个窗户形式的接口,让您做到以下几点: 1图片在浏览你的硬盘上。 2载入选择的形象,成为一个图片框的周围控制观看。 3保存一幅图像显示在图片框控制数据库。 4选择一个意象从一个列表框中插入列控制和荷载的数据库。-Introduction ========== Sometimes you need to store images in a database instead of as physi
biyesheji
- Dim i As Integer With ListView1.ListItems.Add() .Text = Text1(0) For i = 1 To 4 .SubItems(i) = Text1(i) Next i End With End Sub Private Sub Command2_Click() ’删除列表框中信息 If ListView1.ListItems.Count > 0 Then If Msg
ControlPlus
- c# .net cf 定制控件: 多行列表框,两列列表框,分组Datagrid。-C# .net cf custom control: multi line listbox, tow colum listbox, groupped datagrid
CSharp
- 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出ex
ControlManipulation
- 里面包含13个源程序,主要包括使用错误提醒控件,消息提示控件,菜单控件,工具栏控件,状态栏控件,托盘控件,标签控件,进度条控件,树视图控件,列表视图控件,图像控件,多选列表框控件,窗体分隔控件等-Which contains 13 source, including the use of error remind controls, message prompt controls, menu control, toolbar control, status bar control tray co
Button-And-List
- 应用程序,其主窗口如图10-3所示,标题为“按钮与列表”。在这个窗口中,包含有三个标题,分别为Check Box、Radio Box和Combo Box的分组框。在Check Box分组框中,包含两个复选框Date和Time,以及Enable、Disable、Show Again和Hide the Clock Setting四个按钮;在Radio Box分组框中,含有两个子分组框、一个按钮和一个编辑框,子分组框名字分别为Sex Selecting和Age Range,它们分别包含了一组单选按钮,
StudentSurvey
- C#课程大作业。设计一个学生兴趣调查界面并完成以下功能:先输入学生的调查信息,用正则表达式进行输入数据验证。 单击“增添”命令按钮,会将调查学生的姓名和编程爱好组合起来在左下角列表框内输出。同时,系统弹出一个文件夹选择对话框,选择完盘符路径后将上面同学的调查信息追加写入到指定文件夹下保存。 单击“装载”命令按钮,弹出一个文件打开对话框,从中选择调查表文件后,程序将 文件内容读出输出到右下角的RichTextBox 控件内。-C# courses jobs. Design a stud
random-select
- 简单的摇号软件,下面列表框里输入不同的候选数据-Simple random select software , the list box under can enter different candidate data
ComboBox
- 美化ComboBox,为窗体中的下拉列表框各个下拉项着色,这样在数据量较多的时候,更容易区分和取值。 private static Brush[] listBoxBrushes //该数组用来存储绘制listBox1背景的Brush对象 private static int place = -1 //颜色位置的取值 private static bool naught = true //判断是否重绘 Category("控件的重绘设置"), Descr i
diskluoji
- C#获取磁盘所有的逻辑分区信息,点击“获缺按钮,所有的磁盘信息都显示在下拉列表框中,用户可以进一步选择逻辑分区,当然这个小功能是配合其它的功能来用的,比如在一个大型的软件应用中,本功能用来让用户选择磁盘分区-C# Gets all logical disk partition information, click on " button was missing all the disk information is displayed in the drop-down list box
6787654765674
- C#获取磁盘所有的逻辑分区信息程序源码下载,点击获缺按钮,所有的磁盘信息都显示在下拉列表框中,用户可以进一步选择逻辑分区,当然这个小功能是配合其它的功能来用的,比如在一个大型的软件应用中,本功能用来让用户选择磁盘分区。 ,作者拥有版权,仅供学习与参考。-C# access to the disk all the logical partition information program source code download, click the button disk lacked, a