Checkbox beside a treenode

bzeus

Member
Joined
Feb 22, 2005
Messages
14
Programming Experience
Beginner
hi,

A newbie question....:)
i wanted to know is it possible to put a checkbox beside a treenode in vb.net when developing a windows form application in VS.net 2003. If it is possible can somebody point me to the right direction....

tnx a lot in advance....
 
The TV properties should have an allow checked or something.

Yes I saw it: checkboxes (true or false )

Then you will see the event for example TV_afterclick where you can
program around the user checking or unchecking.

Also you can do a forum search for a previous thread using: 'Treeview.nodes.counts diff in .Net

This thread will give you an idea of how to traverse the Treeview
 
Last edited:
Back
Top