PDA

Click to See Complete Forum and Search --> : fastest way to add info to multiple lists


wasiq
Jan 18th, 2000, 06:02 PM
I made a network based file browser, its working fine, but the processing speed is way too slow even if its running on local computer. the data fron the remote computer is first processed and then added to two ListView controls and one listbox control. Can anyone tell me how to increase the processing speed.

Crazy D
Jan 18th, 2000, 07:26 PM
Depends on what you're doing before you show it in the lists.

wasiq
Jan 19th, 2000, 11:17 AM
first I seperate dirs and files into two string, the string sent is something like below,
c:\windows$c:\dos$c:\progra~1$autoexec.bat$config.sys

then it seperates the dirs and adds them to the listview, then it seperates files and adds them ti listview. its working quite fine on smaller dirs, but is way too slow for larger dirs.