home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / FastSearch2066425192007.psc / @PSC_ReadMe_68627_1.txt
Text File  |  2007-05-19  |  2KB  |  41 lines

  1. Title: FastSearch-Included Typelibs
  2. Description: ' ======================================================================================
  3. ' Name:   FastSearch
  4. ' Author:  Joshy Francis (joshylogicss@yahoo.co.in)
  5. ' Date:   14 May 2007
  6. '
  7. ' Requires: None
  8. '
  9. ' Copyright © 2000-2007 Joshy Francis
  10. ' --------------------------------------------------------------------------------------
  11. 'The Fast File Searcing Utility.
  12. '    *********Features**********
  13. '    1. Explorer Context Menu.
  14. '    2. Drag-N-Drop to Explorer.
  15. '    3. Search with Associated program.
  16. '    4. Pattern Searching.
  17. '    5. Fast File Cleaning.
  18. '    6. Startmenu Shortcut-You can select this program from Startmenu-> Search(StartMenu must be in Classic mode)
  19. '    7. Faster than Windows Search.
  20. 'you can freely use this code anywhere.But I wants you must include the Copyright Info
  21. 'some of the functions from PSC
  22. ' --------------------------------------------------------------------------------------
  23. 'Steps in Installation
  24. '    1.Open Project -> Goto Reference-> Add olelib.tlb & vbshell.tlb to the Project(I Put it in the same app directory).I got it from PSC.
  25. '     It wiil appear as below
  26. '      Edanmo's OLE interfaces for Implements v1.51
  27. '      VB Shell Library
  28. '    2. Goto FastSearch Project Properties->General Tab : Change Project Type to ActiveX Dll.
  29. '      Change 'IFastSearch' Class module's Instancing to 5-MultiUse.
  30. '      Make the Project.
  31. '    3. Goto FastSearch Project Properties->General Tab : Change Project Type to Standard Exe.    
  32. '      Make & Run the Project.
  33. ' If You use classic Start menu then Goto Start Menu-> Search You can see     FastSearch,clicking on it will be run our program.
  34. '
  35. 'I Will submit fully commented version later.Please wait.
  36. 'Please..........Vote my program..........
  37. This file came from Planet-Source-Code.com...the home millions of lines of source code
  38. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=68627&lngWId=1
  39.  
  40. 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.
  41.