Jump to content
Xtreme .Net Talk

Recommended Posts

Guest Ted Osberg
Posted
I was wondering if there was a way to unzip .zip files programmatically in vb.net or vb6 without using winzip (or their command line utility) or another application?. Obviously, there is but I guess I'm not sure how to go about doing it. Can anyone point me in the right direction.
Posted

It is possible only if you know how WinZip are compressed! It makes sense that you must know what is the Compression Algorithm used in WinZip in order for you to Decompress them!

 

And worst of all, it's not an easy task even to implement the process... Take a look at these article

 

http://www.google.com/search?hl=en&q=huffman+compression+algorithm+in+visual+basic

Nothing is impossible in Programming! So, take it easy and let us all share your problem. :)
Guest fed1111
Posted

unzip32.dll

 

I got from Planet Source Code this dll file and a exsample code that shows how to use it, I'm new to this forum I don't know if it's possible to attach files to the replies. You could mail me.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...