Hi,
I'm trying to do treeview checkbox function in Visual Studio 2005 using VB.Net. I have successfully loaded the treeview checkbox as you can see in my attachment. But the problem starts here. I have designed the form before I inserted any code inside of it so my programming is mainly trying to connect to the instance in the design.
This are the following function I want to perform on the treeview checkbox:
1. When I select the ITAD checkbox, all the nodes under it will be checked automatically
2. When I select the Raw checkbox, all node under it will be selected.
When I search the internet on how to do this, I cannot understand most of them. Mainly because I'm new at this programming practice. So, I'm asking for any guidance on how to do this.
Any contribution and assistance is greatly appreciated.
Thanks