المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Create tree view



C# Programming
10-29-2009, 09:11 AM
Hi
This is Indresh I am new in C# I want to create a tree view of the form controls. With the each node I want to display a check box. By clicking on the check box I want to enable and disable the controls.

Hierarchy should be like this

Container form
child form1
control1
control2
child form2
control1
control2
child form3
control1
control2

Sorry for bad english

Tanks in advance