home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / DROPFILE.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-08-10  |  1.4 KB  |  45 lines

  1. TDropFile Component for Delphi v2.0
  2. ===================================
  3. John Tait-Doak « 1996
  4.  
  5.  
  6. TDropFile is a component for Delphi v2.0 which supports file 
  7. drag-and-drop operations on a form. Details of its properties, 
  8. events and sample usage can be found in the DROPFILE.RTF file.
  9.  
  10. Files in this ZIP package:
  11. --------------------------
  12.     DROPFILE.DCU and DROPFILE.DCR 
  13.     Installation files for the TDropFile component.
  14.  
  15.     DROPFILE.RTF
  16.     Documentation of the component
  17.  
  18.     DDVIEWER.DPR, DRAGDROP.PAS and DRAGDROP.DFM
  19.     Sample application - a drag drop file viewer/printer.
  20.  
  21.     README.TXT
  22.     You're reading me!
  23.  
  24. Notes on the sample application
  25. -------------------------------
  26. The DDVIEWER app enables multiple files to be dropped on the form.
  27. The file name(s) will be placed in a combo list box, and the first
  28. file in the list is loaded into the memo box. Other files can be
  29. shown by selecting them in the combo box. There is no error checking
  30. on the files selected - if you select a file > 32K, or non-text, the
  31. operation will fail. The purpose is to show the drag-drop operation only.
  32.  
  33. Right click on the memo for a popup menu which has options for changing
  34. font, wordwrap, etc., and print setup and print.
  35.  
  36. Contacting me
  37. -------------
  38. Compuserve: 100420,2764
  39. Internet  : johntait@iol.ie
  40.  
  41. Let me know if you find any problems, have any ideas for improvement, etc.
  42.  
  43. John A. Tait-Doak, 
  44. Dublin, 
  45. Ireland.