搜索资源列表
Menutraversal
- 菜单遍历程序,应用程序中有个menustrip菜单,遍历菜单下的所有菜单及所有form、form中的控件,并把所有窗体跟控件显示到一个treeview中的相应的菜单名下-Menu traversal procedures, application menustrip have a menu, menu traverse all the menu and all the form, form of control, and all form with a TreeView control disp
hotel
- 系统的设计重点 本章主要介绍了使用PowerBuilder 9.0开发小型客房管理系统的过程,通过本章的学习,读者应该熟悉PowerBuilder 9.0中TreeView控件和鼠标右键菜单的使用方法,掌握GroupBox、SingleLineEdit、CommandButton、RadioButton、PictureButton等控件的异同,进一步了解数据窗对象各种显示风格的适用场合。-System focus of this chapter introduces the use of Pow
dragtree
- 一个不错的树形控件,实现了鼠标点击拖放功能,适合初学者学习了解TreeView.-A good tree control, a mouse-click drag-and-drop functionality, suitable for beginners to learn to understand TreeView.
TreeData_sp1
- 有关树型控件的例子,是VC的对话框中实现从数据库中读取记录的实例-TREEVIEW DIALOG DATABASE
treeview
- MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
TreeView
- TreeView 控件 TreeView 控件用来显示目录树结构分级视图,如同 Windows中显示的文件和目录。TreeView 控件中的各项信息都有一个与之相关联的Node对象。每个 Node 对象均由一个 Label 对象和其相关的位图组成。建立TreeView 控件后,我们可以展开和折叠、访问其中的节点。 要在 TreeView 控件中使用图标,必须通过 ImageList 控件并用代码与其关联起来,方法是设置 TreeView 控件ImageImageL
listView-and-TreeView
- listView及TreeView控件的典型应用-listView and TreeView controls application
mytree
- treeview控件 增删及相关应用。具体实现tree的用法、显示,图标的加入,子节点 父节点的应用-The treeview control additions and deletions, and related applications. Concrete realization of the usage of the tree, the display, the icon added, the child node of the parent node application
treectrl
- VC++树形目录控件实例,单击子项可以打开对话框.类QQ聊天功能。-VC++ Treeview control instance, a child can open the dialog box, click Class QQ chat.
TreeView
- TreeView控件用来显示信息的分级视图,如同Windows里的资源管理器的目录。TreeView控件中的各项信息都有一个与之相关的Node对象。TreeView显示Node对象的分层目录结构,每个Node对象均由一个Label对象和其相关的位图组成。在建立TreeView控件后,我们可以展开和折叠、显示或隐藏其中的节点。TreeView控件一般用来显示文件和目录结构、文档中的类层次、索引中的层次和其他具有分层目录结构的信息。 -TreeView control is used to di
TreeView
- 遍历所有文件,VC++ 6.0,MFC使用树控件和list控件-Through all files
PD5
- matlab中使用treeview 控件源码
spycclist
- 仿照spy++实现其的定位功能,里面还有鼠标位置显示功能,以及listctrl控件和treeview控件的用法。(Modeled on spy++ to achieve its positioning function, which also has the mouse position display function, and ListCtrl controls and treeview controls usage.)
file
- 遍历本机所有文件及文件夹,并保存在一个TreeView控件中(Traverse all the files and folders of this machine)
TreeView_Print
- 对TreeView控件内容的打印,用的工具是Visual Basic 6.0(The contents of the TreeView control print)
树形控件1
- 树型控件( treeview)以树型的方式显示一系列的分层次的项,每个项(子项)可以包 括一个或多个子项。每项或子项包括文字标题和可选的图标,用户可以通过点击该项来展开 或折叠该项中的子项。(A tree type control (treeview) displays a series of hierarchical items in a tree type, and each item (Zi Xiang) can be wrapped. Including one or more s
wuvxwph
- 利用TreeView和ListView控件实现了资源管理器的界面()