Link to home
Start Free TrialLog in
Avatar of andyringle
andyringle

asked on

Looking for Winzip API

Looking for a SDK for WINZIP.  Goal is handle ZIP, TAR

Must me a component, API or control.  We can NOT use Shell to execute a separate progrem

Needs to support passwords.



Avatar of AzraSound
AzraSound
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of iHadi
iHadi
Flag of Syrian Arab Republic image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robberbaron (robr)
I've used zlib very succesfully.  It doesnt have the call-back that infozip has.
http://www.zlib.net/

I'll hunt down the examples i found.  Uses 2 classes to handle all transactions.
Avatar of lunchbyte
lunchbyte

And i have had great success in VB6 and .NET with infozip

http://www.info-zip.org/pub/infozip
Avatar of andyringle

ASKER

iHadi:

I am using your "GREAT EXAMPLE"  works pretty well.  However, after some testing I found that code does NOT support AES Encryption.  I am thinking that "GREAT EXAMPLE" will work for non-Encrypted files.

I am now going to check out Lunchbytes xceedsoft component as it says it does AES encryption.  However, my goal is not to use a component if I can avoid it.