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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top