|
-
Jan 18th, 2000, 07:02 PM
#1
Thread Starter
Hyperactive Member
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.
-
Jan 18th, 2000, 08:26 PM
#2
Hyperactive Member
Depends on what you're doing before you show it in the lists.
-
Jan 19th, 2000, 12:17 PM
#3
Thread Starter
Hyperactive Member
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.
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
|