abidshahzad4u
Registered User.
- Local time
- Today, 08:32
- Joined
- Aug 17, 2009
- Messages
- 15
Hi
I have added a tree view control to one form. And I want to populate it from the table. But the problem is that I don't know in advance that how much nesting will be there in the table. Mean a category have sub-categories, then sub-categories upto n level.
I have done promgramming in C# but never in VBA or VB, so I am facing syntax issues.
How can I develop a recursive functions for this issue?
I have added a tree view control to one form. And I want to populate it from the table. But the problem is that I don't know in advance that how much nesting will be there in the table. Mean a category have sub-categories, then sub-categories upto n level.
I have done promgramming in C# but never in VBA or VB, so I am facing syntax issues.
How can I develop a recursive functions for this issue?