Use NodeCheck event:
------------------Code:Private Sub TreeView1_NodeCheck(ByVal Node As MSComctlLib.Node)
Node.Selected = True
End Sub
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
Printable View
Use NodeCheck event:
------------------Code:Private Sub TreeView1_NodeCheck(ByVal Node As MSComctlLib.Node)
Node.Selected = True
End Sub
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
Thanks that worked great...
How do I set focus to a Child when there checkbox is checked..
Thanks In advance...