搜索资源列表
CheckBoxTreeView
- 1、实现从xml文件读取并加载到treeview控件 2、实现“选中”、“不选中”、“不确定”三种状态 3、实现节点状态变化后,对业务逻辑的暴露(也就是你选中一个节点后,还想做点其他别的事情) 4、实现节点的动态增加 5、实现多属性的绑定(包括图片和文字) 6、实现checkBox样式的设置 -1, read from a xml file and loaded into the treeview control 2, and " select&qu
XmlQuery
- 一个用CSharp编写的关于查询XML数据的例程,示例中实现了XML中各个节点数据的读取。-With the preparation of a CSharp query XML data on the routine, sample achieved in each XML node data to read.
treeview2xml
- 将树的节点保存到XML文件中,在程序加载时由重XML文件中读取出来,达到Tree和XML的相互转化。-The Tree node saved to the XML documents, in the program when loading by heavy XML documents read out to the Tree and XML conversion.
Csharp_Excel
- 用C#打开一个EXCEL表格,并进行读取。EXCEL表格中包含较复杂的内容,包括合并单元格等。并且根据单元格之间的关系,设定XML中母节点与子节点的值,最后将XML文件保存到本地。方法简单。-Open an EXCEL spreadsheet with C#, and reading. EXCEL table contains more complex content, including merged cells and so on. And the relation between cell
xml
- 简单实用的XML文件字符串解析,读取任意节点值-Simple and practical string parsing XML file, read the value of any node
xmlRead
- c#读取XML文件,只是读取遍历节点数据(C# reads the XML file)