home *** CD-ROM | disk | FTP | other *** search
/ ftp.rarlab.com / 2014.05.ftp.rarlab.com.tar / ftp.rarlab.com / rar / UnRarOCX.rar / ReadMe.txt < prev    next >
Text File  |  1999-11-11  |  2KB  |  49 lines

  1. *******************************
  2. *    UnRar Control for VB6    *
  3. *******************************
  4.  
  5.  /------------------------------------\
  6. | Author : GreGleTurK               |
  7. | EMail  : gregleturk@netcourrier.com  |
  8. | ICQ    : 50906954               |
  9.  \------------------------------------/
  10.  
  11.  
  12. Requirements :    - Microsoft Visual Basic 6 (maybe even earlier version)
  13.         - The UnRar.dll library in your System folder
  14.  
  15. How to use it ?
  16. ---------------
  17.  
  18. Very simple !
  19.  
  20. Subs :    - Lister(Fichier as String) : Lists all the files in the archive.
  21.             
  22.     - Decompress(Fichier As String, Rep As String, Optional Password As String) :             Extracts all the files of the archive !
  23.  
  24. Events :- RarFileChange(FichierEnCours as RarFile) : Pops up each time another file is       processed in the archive.
  25.  
  26.     - Progression(pourcent as integer) : Pops up each time the operation's progression       changes.
  27.  
  28. Parameters :    - Fichier : File to process with complete path and extension !
  29.         - Rep : Folder to decompress the archive in. (Created if necessary)
  30.         - Password : need explanations ?
  31.         - FichierEnCours : File being processed within the archive.
  32.         - pourcent : Percentage of the operation's completion.
  33.  
  34. RarFile properties :     - NomArchive : Name of the archive (file name with complete path)
  35.             - NomFichier : File being processed with complete path
  36.             - Flags : File flags
  37.             - TailleCompressee : File size compressed
  38.             - TailleDecompressee : File size uncompressed
  39.             - CRCFichier : File's CRC
  40.  
  41. ShowWarnings :     The UnRar.dll Library sometimes generate an error extracting folders even         if the folder is created, set to False to avoid the error message box.
  42.  
  43. Errors :
  44. --------
  45.  
  46. For errors description please refer to a dictionnary !
  47.  
  48.                             
  49.                                 GreGleTurK