CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2000
    Posts
    58

    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


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    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

  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    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

  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured