|
-
October 19th, 2001, 10:39 AM
#1
WinZip files in VB
Anybody knows how to unzip files in VB? Can I do it with FileCopy or I need to use Shell?
Thanks
-
October 19th, 2001, 03:56 PM
#2
Re: WinZip files in VB
If you have WinZip or PKZip then these programs can be called from Shell command with parameters to unpack things.
John G
-
October 19th, 2001, 03:57 PM
#3
Re: WinZip files in VB
Search, in this forum, for WinZip or PKZIp and results there will tell you how to do it.
John G
-
October 19th, 2001, 08:43 PM
#4
Re: WinZip files in VB
<de-lurk>
Take a look at http://www.codeguru.com/vb/articles/1854.shtml - that wraps the unzip / zip operations in a nice simple class module.
</de-lurk>
Chris Eastwood
VBCodeLibrary - http://www.vbcodelibrary.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|