Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Considering using Dynazip - Should I use OCX
Message
De
03/05/2001 10:54:01
 
 
À
03/05/2001 05:26:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00502901
Message ID:
00503047
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
Mark,

If you are only bothered with compressing single files and not putting them in an archive then you could try the zlib OCX control.

http://www.info-zip.org/pub/infozip/zlib/

Its ZIP compatible and is real easy to use from VFP.
with ThisForm
   .oleCompress.InputFile  = "c:\test.txt"
   .oleCompress.OutputFile = "c:\test.cmp"
   .oleCompress.Level      = 9
	
   *!* Perform the compression.
   .oleCompress.Compress()
endwith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform