J
Jurry
I want to prevent that users select certain checkboxes of a treeview.
tried doing that by placing a routine in the NodeCheck event of th
treeview. During debuging I see the checkbox being set back to my ow
value, but after the whole event the checkbox has the users value! S
in short the following code does not work, why not?
Private Sub treeSpotsOverview_NodeCheck(ByVal Node As MSComctlLib.Node
tree.Nodes(Node.index).Checked = True
End Sub
Thanks, Jurry.
PS: I'm using VBA
tried doing that by placing a routine in the NodeCheck event of th
treeview. During debuging I see the checkbox being set back to my ow
value, but after the whole event the checkbox has the users value! S
in short the following code does not work, why not?
Private Sub treeSpotsOverview_NodeCheck(ByVal Node As MSComctlLib.Node
tree.Nodes(Node.index).Checked = True
End Sub
Thanks, Jurry.
PS: I'm using VBA