CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Zip with Vb

  1. #1
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    Zip with Vb

    Does anyone know how to zip a file in vb code (or something else that compacts a file)


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Zip with Vb

    check this out

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

    if you want to learn more on haffman encoding, example can be found at http://vblib.virtualave.net - vbCompress class.

    HTH


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