Question:

I want to have an optimized fast file search in VB6.0 which is not as slow as windows file search. Help?

by  |  earlier

0 LIKES UnLike

I want to have an optimized fast file search in VB6.0 which is not as slow as windows file search. Help?

 Tags:

   Report

2 ANSWERS


  1. One way you can optimize a search is to index the content. You would have a program that scans your files in the background and indexes all the words in them making it faster to find those files when you want to search for them. Although this may be possible in VB6 it's definitely not the best language for this task.


  2. this might help check out the link

    http://compgeekss.blogspot.com/2008/08/f...

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.