|
-
Nov 25th, 2007, 11:09 AM
#1
Thread Starter
Addicted Member
extract 7z file?
i keep my question simple:P
can i extract a 7z file in vb2005?
Greets,
thijsd
-
Nov 25th, 2007, 04:25 PM
#2
Lively Member
Re: extract 7z file?
 Originally Posted by thijsd
i keep my question simple:P
can i extract a 7z file in vb2005?
Greets,
thijsd
Yes you can,from your app start 7zG.exe with command line parameters,see 7z help,there are command line details.
-
Nov 26th, 2007, 12:24 AM
#3
Re: extract 7z file?
No you can't; at least not natively. You can start an external program to do it for you, as ionut_y has demonstrated, but if there is no third-party application installed that supports 7z then you're out of luck there. There may be a third-party DLL you can reference in your project, but .NET only supports GZIP natively. #ZipLib is also available for ZIP, GZIP, TAR and BZip2 formats.
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
|