Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tree View Control

Status
Not open for further replies.

ratzp

Programmer
Dec 30, 2005
49
IN
Imagine Window File System .... If there is more than 50000 files how will i populate the treeviewcontrol

When I tried it takes a hell lot of time ... is there any other way which will populate it using less time

Ratz
 
Populating the treeview with whole file system is impractical and time-consuming. It takes ages and huge amount of memory which may de-stabilize your application, or even whole system.

Instead of populating the treeview yourself, I strongly recommend to look at the Folder TreeView Control which does the job nicely. This control gives you a ready-made explorer-style file system tree and is available for free.
 
Thanks hypetia ....

But is there any way to populate the TreeView ... Actually i just took an example of file System.... I have an data which is in a similar fashion in the database(MS ACCESS)

So i needed help for this


Ratz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top