home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / SearchMySt2118966302008.psc / @PSC_ReadMe_70764_1.txt next >
Text File  |  2008-06-30  |  2KB  |  40 lines

  1. Title: SearchMyStuff
  2. Description: Over the years, I've accumulated a lot of code resources.
  3. However, it's gotten scattered into many locations
  4. on my box's local drives and external drives. So I wrote
  5. these two projects in an effort to organize my code
  6. into a searchable database for ease in finding reusable
  7. code. The first project is BuildMyStuff, which will
  8. scan recursively from the path you specify to accumulate
  9. the types of files you want into an MS Access database--
  10. you do NOT need Access installed to use these projects,
  11. see comments below**. The second project is SearchMyStuff,
  12. which will allow you to type in a search word/phrase
  13. which will return results based on finding the search
  14. criteria in the file's name or text. Once you have
  15. a list of files, you can view them (copy/paste), move
  16. them to a new location, drag them into an open VB
  17. Project Window, or remove them from the Database (you
  18. will likely come up with a lot of duplication, as I did.
  19. I have included an empty database, Ref.mdb. Hoping that
  20. it makes it through the screening process. If not
  21. I will submit a modification that builds it via code.
  22. **(If you have MS Access installed you can skip this.)
  23. About the Database: I use DAO almost exclusively (I know
  24. that ADO has many more bells & whistles, but for a desktop
  25. app, DAO is simply easier to use and faster). At any
  26. rate, if BuildMyStuff loads without any missing 
  27. references, you are good to go. Otherwise you will
  28. need to locate dao360.dll on your machine, or download it,
  29. and register it (Start|Run|regsvr32.exe c:\[path]\dao360.dll)
  30. Possible Locations:
  31. C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll
  32. C:\WINDOWS\ServicePackFiles\i386
  33. Download site
  34. http://www.domainpunch.com/support/articles/dao.php
  35. For info, my version is 3.60.9512.0
  36. This file came from Planet-Source-Code.com...the home millions of lines of source code
  37. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=70764&lngWId=1
  38.  
  39. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  40.