Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Considering using Dynazip - Should I use OCX
Message
From
03/05/2001 10:54:01
 
 
To
03/05/2001 05:26:20
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00502901
Message ID:
00503047
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform