Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tree view

Status
Not open for further replies.

tzzdvd

Programmer
Aug 17, 2001
52
IT
Hi,
I am using treeview control and I would like to implement this thing with checkboxes:
If no children are selected the checkbox of the father is false.
If all children are selected the checkbox of the father is true.

And this is the problem...
If at least one of the children is selected (but not all) the checkbox of the father is true but grayed.

This control is only true or false.

I tried to use images but I found no way to know if the user clicks on the text or on the image. In both cases I have the event _NodeClick(ByVal Node As MSComctlLib.Node)

Thank's
Davide

 
Sorry,
this is not the right form to write my quest

Davide
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top