Gett all TreeView nodes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, ive been trying to get all the nodes in a treeview in order....for
instance, in the tree

[Target]
/ \
[A]
\ \
[C] [D]

i want to be able to get a string saying [Target]\[A]\[C];
i figure il have to use a recursive function, but i havent done much work
with those....any help would be great
 
ahh...nvrmnd, it was a simple overlook on my part...is the nodes FullPath
property if anyone is interested...
 

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