CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    24

    Creating a ZIP file from VB





    I want to backup a database in .ZIP form from within a VB app. Does anyone know how?

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

    Re: Creating a ZIP file from VB



    Hi


    We (well, our C++ guys here) use DynaZip which they assure me is 'quite good'.


    It comes with some VB documentation and is based around 'C' Dlls not COM. It does come with a good help file and samples though.


    Take a look at http://www.imiwebs.com/index.htm


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.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