|
-
Jun 23rd, 2004, 05:07 AM
#1
Thread Starter
Hyperactive Member
Easy to work with ActiveX tree
Could anybody recommend a good ActiveX tree component. I have developed a web based application that uses a contacts tree.
The tree must be easy to populate data with, and must be easy to work with when working with data in a structured, heirarchial format.
Oh yeah, and it must look very nice too.
Any recommendations?
-
Jun 23rd, 2004, 05:12 AM
#2
Thread Starter
Hyperactive Member
Just to add another criteria,
it would be preferred if the tree got populated from a data loop..
i.e
Do Until rs.Eof
treeObj.Add(parentNodeID, thisNodeID, "This is my node")
rs.MoveNext
Thanks
-
Jun 23rd, 2004, 10:48 AM
#3
Why can't you use a Collection?
-
Jun 23rd, 2004, 11:03 AM
#4
Thread Starter
Hyperactive Member
You mean for the data?
Thing is, or web app already works with another tree. And the tree had to be populated this way. And our data and software works in this format. Prob is the web-based tree, when it gets too many nodes takes ages to display, so we need to update it to an ActiveX tree in the near future for faster rendering.
So I want the changeover to be as painless as possible.
-
Jun 23rd, 2004, 11:05 AM
#5
Have you considered creating your own ActiveX control?
-
Jun 23rd, 2004, 12:06 PM
#6
Thread Starter
Hyperactive Member
Nope, don't have time for that.
If I did do something like this from scratch I would probly invest the time in writing a .NET control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|