How do i set checked property of a TreeView Node to true.
The following is not working...
Dim tvNode as Node
Set tvNode = fMainForm.tvTreeView.Nodes.Add(,,, "Text",1)
tvNode.Checked = True
any ideas?
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: CheckBox in TreeviewThreaded View
|
Click Here to Expand Forum to Full Width |