tutorial on tree control in C#

  • Thread starter Thread starter soni29
  • Start date Start date
S

soni29

hi,
I wanted to implement a tree control, similar to the one in windows
explorer, basically something that will list all databases availiable
on a server, I just need an online tutorial on how to code the tree.
Not just a drag and drop from the control toolbox, but something that
teaches you how to code it, just having problems finding one. Anyone
know of any?

Thank you.
 
soni29 said:
hi,
I wanted to implement a tree control, similar to the one in windows
explorer, basically something that will list all databases availiable
on a server, I just need an online tutorial on how to code the tree.
Not just a drag and drop from the control toolbox, but something that
teaches you how to code it, just having problems finding one. Anyone
know of any?

Have a look at http://samples.gotdotnet.com/quickstart/winforms/

Cheers,
 
Back
Top