搜索资源列表
dirtree32
- 文件树读入,可以读入磁盘文件。 也可以设置读取路径。载入-tree read, can be read into the disk files. Readers can also set up trails. Included
vs_treectrlFormXML
- 该程序为从XML文件中读取数据写入到打开的工程中的树型目录中.-procedures for the XML document from the read write data to open the project directory tree.
IconView
- 使用ListView和TreeView实现读取文件并显示文件的ICON。
FileTree20
- 模拟实现文件树,读取制定文件夹文件内容并生成文件树
BibleSearch
- 个人学习单视图窗口分割时,做的一个小工具,功能是可以查阅、搜索《圣经》,之所以使用圣经,是因为它都是一节一节的,易于表达搜索结果,就用它来学习了。里面用到的东西有CTreeView、CHtmlView、还有我自己写的一个类型(AQGFile,派生与CObject仿照CStdioFile,用于一行行地读取资源文件中的“txt”文件)。之中还有许多我在网上找到的东西(如:不用Navigate直接操作CHtmlView的显示内容、TreeView的checkbox操作、获取资源库中的数据、多个view
ModifiedNexusVersion
- C#修改Treeview中的节点文本实例源码,实现步骤:在文件头部声明与数据库操作有关的命名空间,声明一个执行SQL语句的对象,定义一个数据库连接字符串,设置treeView1的可编辑属性为true,打开数据库连接,执行SQL语句对象,清空treeView1原有的数据内容,为treeView1控件添加根节点,开始读取数据中的内容,将数据库中的数据字段变换为treeView控件的节点,向根节点上添加数据库字段等。-C# to modify the text instance of the sour
xml-treeview
- 读取xml文件生成目录树; 根据目录树,生成xml格式文件。-through the reading of the xml file,product the tree;and inversion ,done!
Block3D_test
- 建立简单的数据结构,从文件中读取并存储特定的一组数据。最终利用树形控件,将数据按其特定的格式显示出来-Create a simple data structure, read from the file and store a specific set of data. Eventually use tree controls, the data according to their specific format display
WpfXmlTreeView
- 使用C#的WPF界面,编程读取XML文件,并利用TreeView控件进行显示,主要是为了演示如何用C#读Xml文件以及TreeView控件的使用方法-use WPF in C# and programme to read the XML file,and make use of the control of TreeView to show the content of XML file.This Demo is mainly to demostrate how to read XML file
Dialog_Search
- 通过MFC的tree view、list box、button等控件完成对于excel文件中内容的读取操作。-Complete the excel file content read operation through MFC s tree view, list box, button and other controls.