Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~154 People Reached
Favorite Forums
Member Avatar for kobi

Hello There, Im trying to create tree control view with check box in the nods. but i dont know how to add the check box to the nods here is the code: [QUOTE] [COLOR=#0000ff]public[/COLOR][COLOR=#000000] Form1()[/COLOR] { InitializeComponent(); TreeNode tn = [COLOR=#0000ff]new[/COLOR] TreeNode("x"); tn.ForeColor = Color.Blue; TreeNode tn1 = [COLOR=#0000ff]new[/COLOR] TreeNode("Y"); …

Member Avatar for coder_guru
0
154