Hi,
I have a treeView control, to which i add treenodes at runtime.
How can i implement a for each loop as in
for each (TreeNode^ a in treeVie1->subnode....){
....
}
if "subnode" doesnt exist when compiling the program?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: for each & treeview-nodesThreaded View
|
Click Here to Expand Forum to Full Width |