home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Dirselct / DIRSELCT.TXT < prev   
Text File  |  1995-06-07  |  2KB  |  57 lines

  1. ================================================================================
  2.                                    DIRSELCT
  3.        A directory selection dialog that may be saved as a Delphi template.
  4. ================================================================================
  5.  
  6. CONTACTING THE AUTHOR
  7. ---------------------
  8. Inspiration for this comes from the Microsoft Word (tm) Find File Dialog.
  9. I needed a similar dialog for a text search application that searchs multiple
  10. directories.
  11. Most of this however is based on a dialog template that is included with
  12. Delphi. I'll leave it for you to find out which one!
  13.  
  14. If anyone improves or extends this dialog, I would be very happy to see what
  15. changes you thought of. Delphi is powerful for reusing existing code, and I
  16. would like to see everyone sharing code in the same manner. In a year or so,
  17. I expect the market to be virtually flooded with free components, dialogs and
  18. code snippets that will make programming in Delphi even easier and exciting.
  19.  
  20. If you use or like this dialog, please email me with your praise and/or
  21. criticism. Every programmer loves encouragement, and with it you'll see more
  22. and more great free software written.
  23. Also, check out my 'VCL CLOCK CONTROL', it should be floating out in the ether
  24. somewhere.
  25.  
  26. You may contact me at the following:
  27.  
  28. Richard Edwards
  29. 65 Stanley St., Apt 2
  30. Belleville, ON, CANADA
  31. K8N 3Z8
  32.  
  33. Internet ===>   redwards@connect.reach.net
  34.  
  35. If I fail to respond to the above internet address, please look me up in the
  36. 411 White pages at http:\\www.Four11.com, as I will always maintain my
  37. current email address their as well. Check it out, it's a good service!!!
  38.  
  39. INSTALLATION
  40. ------------
  41.  
  42. 1. Start delphi and close all projects
  43.  
  44. 2. Choose File|Open file... and select DIRSELCT.PAS
  45.  
  46. 3. With the mouse over the form, click the right mouse button and choose
  47.    Save as template...
  48.  
  49. 4. Type 'Directory selection dialog' in the title field and whatever
  50.    description you choose.
  51.  
  52. 5. Browse the bitmap, select DIRSELCT.BMP, and choose OK.
  53.  
  54. 6. Choose OK to save the template
  55.  
  56.  
  57.