数据库中TreeView和ImageList应用
来源:广州中睿信息技术有限公司
发布时间:2012/10/21 23:25:16 编辑:itlead 阅读 2034
  初学者因为所知道的知识有限所以有很多地方做的可能不合常理,如果大家有什么建议或想法,大家尽管说。
  
  数据库建表(这里用的是Oracle)
  
  表.jpg
  
  数据库操作类代码:
  
  
 
  
  窗体说明:TreeView name为treeView1,ImageList为imageList1;
  
  ImageList name为imageList1;
  
  窗体代码: