Access TreeView tree Node Code two

Source: Internet
Author: User

Private Sub Form_Load ()
' Quote C:\windows\system32\MSCOMCTL. OCX, otherwise prompt error.
Dim Rec as New ADODB. Recordset
Dim STRECQL as String
Dim Item as Integer
Dim I as Integer
Dim Node1 as Node
Rec.open "Goodscategoryq", CurrentProject.Connection, adOpenKeyset, adLockOptimistic
For i = 0 to Rec.recordcount-1
If rec! p_id = "S0000" Then
Set Node1 = Me.TreeView0.Nodes.Add (,, "S" & rec! C_ID, rec! Categorylabel)
Else
Set Node1 = TreeView0.Nodes.Add ("S" & rec! P_ID, Tvwchild, "S" & rec! C_ID, rec! Categorylabel)
' Node1.index = True
End If
Rec.movenext
Next
Rec.close
End Sub


Private Sub Treeview0_nodeclick (ByVal Node as Object)
Me.L_Self.Caption = CStr (TreeView0.SelectedItem.index)
End Sub

Access TreeView tree Node Code two

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.