文件名称:treeseriation
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- heji*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This technique allows a program to save hierarchical information like the
data in a TreeView in a way that is easy to understand.-http://www.vb-helper.com/HowTo/savetree.zip
Purpose
Save and restore a TreeView from a file.
Method
To save, traverse the TreeView s node structure saving values needed to
recreate the data. To load, use the saved data.
This program uses the serialization concept from the book:
Ready-to-Run Visual Basic Algorithms, Second Edition
By Rod Stephens
1998, John Wiley & Sons, Inc.
ISBN 0-471-24268-3
This technique allows a program to save hierarchical information like the
data in a TreeView in a way that is easy to understand. For more information
go to www.vb-helper.com/vba2.htm.
Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
data in a TreeView in a way that is easy to understand.-http://www.vb-helper.com/HowTo/savetree.zip
Purpose
Save and restore a TreeView from a file.
Method
To save, traverse the TreeView s node structure saving values needed to
recreate the data. To load, use the saved data.
This program uses the serialization concept from the book:
Ready-to-Run Visual Basic Algorithms, Second Edition
By Rod Stephens
1998, John Wiley & Sons, Inc.
ISBN 0-471-24268-3
This technique allows a program to save hierarchical information like the
data in a TreeView in a way that is easy to understand. For more information
go to www.vb-helper.com/vba2.htm.
Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
treeseriation\Form1.frm
.............\FORM1.FRX
.............\PROJECT1.VBP
.............\PROJECT1.vbw
.............\README.TXT
.............\TREEVIEW.SER
treeseriation
.............\FORM1.FRX
.............\PROJECT1.VBP
.............\PROJECT1.vbw
.............\README.TXT
.............\TREEVIEW.SER
treeseriation