PDA

Click to See Complete Forum and Search --> : I need to implement zipping features in my app, pelease help!


max_per
Nov 2nd, 1999, 06:38 PM
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!

Mark Sreeves
Nov 2nd, 1999, 06:42 PM
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.