Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Considering using Dynazip - Should I use OCX
Message
De
03/05/2001 11:36:05
 
 
À
03/05/2001 10:54:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00502901
Message ID:
00503082
Vues:
29
Thanks Neil

Zlib looks really good (and Free!) but I need to encrypt the data with a password before I can entrust it to the Email system. I could not tell if Zlib could do that from the manual so DynaZip is emerging as the front runner.

Mark




>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
Répondre
Fil
Voir

Click here to load this message in the networking platform