搜索资源列表
CSharpIP
- 通过使用c#来修改电脑的ip地址。。简单的代码和listbox的保存和读取-Through using c# to revise the IP address of the computer. Simple code and listbox preservation and read
02
- c#程序开发范例宝典第二章 2.1textbox控件 2.2button控件 2.3combox控件 2.4richtext控件 2.5listbox控件 2.6选择类控件 2.7listview控件 2.8treeview控件 2.9其他控件 2.10控件技术 2.11焦点变换与输入控制 2.12特殊控件-c# application development paradigm 2.1textbox book chapter 2.2button c
usb
- c#做的,用来监测usb的u盘插入和拔出,并在一个listbox里面显示插入和拔出的状态,是一个usb的参考代码。-c# do u used to monitor the usb disk inserted and pulled out and displayed in a listbox inside the insert and pull out of the state, is a reference code usb.
VirtualListBox
- This is a c# GUI-Element, a virtual ListBox displaying items much faster than a default C# ListBox. Some api stuff is used to speed it up. This ListBox is ownerdrawn with a fixed with. Set the ItemHeight and/or the ownerdrawn paramet
listbox
- 利用ListBox控件实现数据源字段的选择,从左边的列表中挑选数据移动至右侧列表中,当然也可从右侧移动至左边的列表中。大家在浏览网页的时候就会发现,有些招聘网站在选择职位的时候就有类似的功能,只不过是基于Html和Javascr ipt,本程序是由C#2008编写,数据来源自数据库-ListBox control using the choice of data source field, select from the list on the left of data to move to t
ControlPlus
- c# .net cf 定制控件: 多行列表框,两列列表框,分组Datagrid。-C# .net cf custom control: multi line listbox, tow colum listbox, groupped datagrid
ListBox
- C#自定义水晶按钮,虽然不是那么精致,但至少用代码表现出了实现的原理和思路,为想做水晶按钮效果的C#初学者提供一份参考实例。用鼠标点击水晶按钮,还可变色-C# custom crystal button, though not so fine, but at least with the code showing the realization of the principle and ideas, and to provide a reference example for C# beginn
listbox
- vs2005 窗体使用listbox控件的使用小程序,对初学c#的人有很好的帮助-vs2005 form using listbox controls the use of small procedures, c# for beginners who have a good help
csharpgetnetname
- C#获取网络主机名,可以查出域名解析信息,根据IP查找域名,由字符串获得IP地址:IPAddress ipAddress = IPAddress.Parse(ip.Text) 再由IP地址获得主机的DNS信息:IPHostEntry hostInfo = Dns.GetHostByAddress(ipAddress) 获取与主机关联的别名列表:string[] alias = hostInfo.Aliases 获取主机的 DNS 名称,并添加到ListBox控件中:domainName.Item
readData
- C#用OleDbConnection读取数据库内容,先实例化OleDbConnection对象、OleDbDataAdapter对象和DataSet对象,然后用myConn.Open() 打开数据库,使用myCmd.Fill把数据读取到数据集合中,然后再从从数据集合中读取第一张表的数据,再使用foreach从表中一行一行读取数据,并写到listBox框中,最后使用myConn.Close() 关闭数据库连接。-C# utilizando OleDbConnection para leer el
tableInfo
- C#读取数据列属性,先来实例化OleDbConnection对象,实例化OleDbDataAdapter对象,实例化DataSet对象,打开数据库,把数据读取到数据集合中,使用DataTable dTable = dtSet.Tables[0] 从数据集合中读取第一张表的数据,从表中读取列的属性,并写到listBox框中,最后别忘了关闭数据库连接-C# leer propiedades de la columna de datos, el primer objeto de crear una i
AliProxy
- IEProxy源代码,是用C#写的IE代理设置工具以及源码。本程序通过修改注册表修改IE代理IP地址,并显示当前代理状态,代理IP列表保存在txt中。C#中里利用ListBox对txt记录逐行获取等基础方法。本代理设置程序不能在Windows XP下运行,需要64位系统支持。-IEProxy source code is written in C# using IE proxy settings tools and source code. The program modifies the re
123
- C#Listbox和数据库联系的操作,双列表框协同应用,可以学习到数据库的操作和列表框的很多属性-Operation C# Listbox and links, two list boxes collaborative applications, you can learn a lot of property operations and a list box
ListBox
- it is a c# programming language source code that enables you to list things .
WpfTest
- 这是一组C#下WPF各种组件的使用示例,是我平时使用的各种组件的积累,包括:Grid,StackPanel,DockPanel,WrapPanel,Style样式,Canvas画板,ControlTemplate,TextBlock,StoryBoard,ListBox,Resource,事件路由,Json.net,各种委托等等。-This is an example of the use of C# WPF under the various components of a group, it
LIstbox
- C#窗体中的值的传递,可进行全部内容的传递,也可以进行选择性的值的传递-The transfer of values in the C# form