-
I really need to know if there's a freeware dll to zip, unzip and check the contents of zipping files.
I know a library called Info-zip exists but someone told me it works only with Visual C and I'm using VB5.
Does anybody know if other libraries exist?
Or how to use Info-zip with VB5?
Thanks!
-
WinZip have a beta version of comand-line control for Winzip
You could shell() to this
or the Dos version of pkzip(if file names are not a problem)
if you shell() with vbHide, it will effectivly run in the background.