Description: 金山词霸2002》中的附录收集了很多古诗,有时为了寻找一篇古诗,得找很久 (俺文科很差)。观察其附录的结构,发现是个Tree-View控件,如果能查找里面的项目该有多好,可这个功能软件本身却并没有提供(不知道现在最新的版本是否已经提供了这个功能,如果没有,赶快加上吧,顺便奖励俺一套该产品的最新版,哈哈)……问题出来了:我们要编写一个程序,让她在外部程序中的Tree-View控件里,按用户指定的项目名称顺序查找其中的项目。
要查找首先得遍历,连范围都确定不好何谈查找?所以本篇分两部分进行讲解:第一部分解决遍历的问题;第二部分解决查找指定项目的问题。-Kingsoft 2002 "Appendix collected many poetic, sometimes, in order to find an ancient poems looking for a long, long time (I arts very poor). Appendix observe the structure was found to be a Tree-View Control, and that if we can find the items inside, however good The software can function itself does not provide (do not know whether the latest version has been providing this feature. If not, add it quickly, the way I set the award to the latest version of products, ha ha) ... problems arose : We have to prepare a process to enable her to the procedures external Tree-View Control, designated by the user name of the item you order the item. To find it first has to traverse, even the scope of talks to determine how bad you? This is divided into two parts : So explain : the first part of Platform: |
Size: 3605 |
Author:xfproshop |
Hits:
Description: LsFileExplorer28.pas(ver 2.80)包含三个部分: (1)TLsDirTree21:简单但功能完全的目录树视图控件(包含基本文件列表视图).它支持在目录中创建、删除和重命名操作. (2)TLsDirTreeCombo28:树视图专用的ComboBox. (3)TLsFileListView28:具有快捷菜单的文件列表视图控件封装了如打开、查看、剪切、复制、粘贴、删除、发送到、重命名等文件管理操作. -LsFileExplorer28.pas (ver 2.80) contains three parts : (a) TLsDirTree21 : simple but complete directory tree view control (containing basic documents list view). Its support for the directory to create, delete and rename operation. (2) TLsDirTreeCombo28 : tree View for the ComboBox. (3) TLsFileListView28 : quick with the paper menu ClistCtrl Packaging, a case is opened, View, cut, copy, paste, delete, send to rename such as document management operations. Platform: |
Size: 661573 |
Author:颜林伟 |
Hits:
Description: LsFileExplorer28.pas(ver 2.80)包含三个部分: (1)TLsDirTree21:简单但功能完全的目录树视图控件(包含基本文件列表视图).它支持在目录中创建、删除和重命名操作. (2)TLsDirTreeCombo28:树视图专用的ComboBox. (3)TLsFileListView28:具有快捷菜单的文件列表视图控件封装了如打开、查看、剪切、复制、粘贴、删除、发送到、重命名等文件管理操作. -LsFileExplorer28.pas (ver 2.80) contains three parts : (a) TLsDirTree21 : simple but complete directory tree view control (containing basic documents list view). Its support for the directory to create, delete and rename operation. (2) TLsDirTreeCombo28 : tree View for the ComboBox. (3) TLsFileListView28 : quick with the paper menu ClistCtrl Packaging, a case is opened, View, cut, copy, paste, delete, send to rename such as document management operations. Platform: |
Size: 661504 |
Author:颜林伟 |
Hits:
Description: 树形视图控件的演示程序:在一个层次列表中显示数据,提供了一种实用简便
的方式来显示和管理数据列表.用到了MFC类:CTreeCtrl.-Tree View control demo program: in a list-level data, provides a practical and easy way to display and manage data list. Use the MFC Class: CTreeCtrl. Platform: |
Size: 35840 |
Author:沧海客 |
Hits:
Description: The accompanying code is an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible to the tree control of the common controls. It allows the user to set colors, text, and icons for each item separately. An MFC class for the view is also implemented. Platform: |
Size: 61440 |
Author:宋先生 |
Hits:
Description: 树形控件加入背景图,可以自由添加节点,删除节点,加入背景图等功能,比较玄的控件-Tree control by adding background image, they can add nodes, delete nodes, by adding features such as background image, compare Hyun control Platform: |
Size: 1906688 |
Author:chenbo |
Hits:
Description: A few months ago, I was asked to develop a combo box that contains a tree view inside it. Initially, I used a normal tree view control, but I soon realized that I was short of space on some of the win forms. Now, in another project, I needed to use a multi select combo box, so I transformed the old tree view combo into a generic combo so that in the future I can add any control (for example, grid view, tree view, list box or any user control) inside the combo. In this article, I will focus on Multi-select and tree view combo but in the attached file you can find some more examples of this generic approach. I hope this article will be helpful for you. Platform: |
Size: 76800 |
Author: |
Hits:
Description: 一个C#控件操作实例,入门和深入学习都适用的一个例子--树状视图控件的使用-A C# Controls operation of examples of entry and in-depth study are applicable to a case in point- the use of tree view control Platform: |
Size: 89088 |
Author:xuxiu |
Hits:
Description: Microsoft visual C++ 6.0, tree view & list control demo program-Microsoft visual C++ 6.0, tree view & list control demo program Platform: |
Size: 87040 |
Author:eric |
Hits:
Description: This is a complete address book using Tree view control, MS flex Grid Control and Crystal Reports with Access DataBase from a college (visiting and permanent Teachers) Platform: |
Size: 140288 |
Author:csbhattt |
Hits:
Description: Tree View VCL Control for Delphi with Source
this control uses a different paradigm for tree management than other controls of this
kind. It does not know anything about the data it manages (except its size), not even the captions of a node. Everything is
retrieved from the application via events (or descendants via overridden methods). Platform: |
Size: 4282368 |
Author:mailads |
Hits:
Description: 基于微软VC++平台用MFC构建树视图控,很好的例子-Based on Microsoft platform using VC++ MFC build tree view control, a good example Platform: |
Size: 25600 |
Author:zhaobiao |
Hits:
Description: MFC的文件检索与TREE控件搭配写的一个demo。可列出你设定目录下的所有文件,以tree控件形式查看-MFC' s document retrieval and written with a TREE control demo. You set the directory to list all files in the form of tree view control Platform: |
Size: 27648 |
Author:madud |
Hits:
Description: Give your Delphi and C++Builder applications Windows Explorer functionality with the Shell Control Pack. Simply place four components on a form set two properties and you have a working Explorer! These powerful shell components include tree view, list view and combo box. Full access is available to drag and drop (into, out of and within your application), context menus including "Send To", renaming/deleting, copy/paste, namespace extensions and much more. Platform: |
Size: 1412096 |
Author:liji |
Hits: