Results 1 to 3 of 3

Thread: extract 7z file?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    203

    extract 7z file?

    i keep my question simple:P

    can i extract a 7z file in vb2005?


    Greets,

    thijsd

  2. #2
    Lively Member
    Join Date
    Jan 2007
    Location
    Constanta,Romania
    Posts
    71

    Re: extract 7z file?

    Quote 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.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width