摘要: TreeView本身没办法Clone(),不过只是要内容一样的话,只要把顶层的TreeNode从源TreeView复制到目标TreeView就OK。 using System.Windows.Forms; namespace TestTreeView { public partial class Form2 : Form { public ... 阅读全文
posted @ 2009-04-18 21:24 何翔华 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 如题: this.label1.BackColor = System.Drawing.Color.Transparent; 阅读全文
posted @ 2009-04-18 00:32 何翔华 阅读(1641) 评论(2) 推荐(0) 编辑