|
-
Dec 12th, 1999, 06:44 PM
#1
Thread Starter
Addicted Member
I am using an Access Table to populate the nodes on my TreeView control. i.e:
For indx = Asc("A") To Asc("Z")
currentAlpha = Chr(indx)
Set MyNode = TreeView1.Nodes.Add _
(, , currentAlpha, currentAlpha)
This works fine but some of the nodes are empty, i.e they are not expandable.
How can I make these nodes invisible to the user ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|