CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Compression wanted

    I've written some functions that pack several files into one single package. This allows me to have one data file for all my files needed (eg: graphics, databases, etc). The next step I want to achieve is to compress the data. Does anybody know how to do this, or where I can find information about schemes/methods to compress data from within VB?

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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

    Re: Compression wanted

    Take a look at :

    http://codeguru.developer.com/vb/articles/1854.shtml

    This shows how to add zip / unzip capabilities to your program.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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