vb中用treeview控件建立树形图的代码怎么写啊?
1个回答
展开全部
简单写下,要睡了
strSql = "select * from 类表"
'打开数据集rs
do while not rs.eof
'添加根节点
strSql = "select * from 住房表 where classid = " & rs!id
'打开数据集subrs
do while not subrs.eof
'添加子节点
subrs.movenext
loop
rs.movenext
loop
strSql = "select * from 类表"
'打开数据集rs
do while not rs.eof
'添加根节点
strSql = "select * from 住房表 where classid = " & rs!id
'打开数据集subrs
do while not subrs.eof
'添加子节点
subrs.movenext
loop
rs.movenext
loop
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询