HOWTO add files to ZIP by code 
Author Message
 HOWTO add files to ZIP by code

Hello,

I have two files and I want them to be packet together in one zipfile.
How can I do that by code?

Thanks, Nick



Sat, 14 Feb 2004 17:01:34 GMT  
 HOWTO add files to ZIP by code
Get yourself a Zip-library.

Dag.


Quote:
> Hello,

> I have two files and I want them to be packet together in one zipfile.
> How can I do that by code?

> Thanks, Nick



Sat, 14 Feb 2004 17:06:25 GMT  
 HOWTO add files to ZIP by code
Any suggestions?


Quote:
> Get yourself a Zip-library.

> Dag.



> > Hello,

> > I have two files and I want them to be packet together in one zipfile.
> > How can I do that by code?

> > Thanks, Nick



Sat, 14 Feb 2004 17:23:26 GMT  
 HOWTO add files to ZIP by code
Hi Nick

Go th the VB section of
http://www.planet-source-code.com/
and search for "zip". Lots of great samples. Some remote control WinZip,
others have compression routines in code.

HTH. Best wishes Harald



Quote:
> Hello,

> I have two files and I want them to be packet together in one zipfile.
> How can I do that by code?

> Thanks, Nick



Sat, 14 Feb 2004 17:30:15 GMT  
 HOWTO add files to ZIP by code


Quote:
> Get yourself a Zip-library.

Where?


Sun, 15 Feb 2004 15:54:29 GMT  
 HOWTO add files to ZIP by code

Quote:
> Any suggestions?

Have a look over on Http://www.vbaccelerator.com/ there's some examples on
there.
Hope this helps,

    Mike

 -- EDais --

WWW: Http://www20.Brinkster.com/EDais/




Sun, 15 Feb 2004 17:04:00 GMT  
 HOWTO add files to ZIP by code
I used a product called "Zip Studio 2.5 API"
from HexaNet, but that is many years ago.
So the Dll's I have is 16-bit-
I tried to find them now, but they seem to have
gone out of business...

But goto the source itself:
PKWare sells their API for US$350.-
http://www.pkware.com/products/pkdcl.html

Dag.


Quote:



> > Get yourself a Zip-library.

> Where?



Sun, 15 Feb 2004 20:35:36 GMT  
 HOWTO add files to ZIP by code
this is very hard 2 do, well not hard, just not for a begginer
So if you are a begginer, i suggest u take the code from sumwhere else : )
or leave it
U cannot make it use winzip or similar, because you don't know if they have
it or not
So you must write your own compression code
go to www.planet-source-code.com/vb and search for compression
there are several good examples there
Hope this helps

Jon


Quote:
> Hello,

> I have two files and I want them to be packet together in one zipfile.
> How can I do that by code?

> Thanks, Nick



Sat, 14 Feb 2004 20:59:25 GMT  
 HOWTO add files to ZIP by code
Also: ftp://ftp.freesoftware.com/pub/infozip/

==================

InfoZip Implementation
Zip32.DLL and Unzip32.DLL Zip and Unzip Using VB5 or VB6.
http://www.codeguru.com/vb/articles/1854.shtml

Info-ZIP: "free, portable, high-quality versions of the Zip and UnZip
compressor-archiver utilities that are compatible with the DOS-based
PKZIP
by PKWARE, Inc." http://www.cdrom.com/pub/infozip/FAQ.html

For an easy-to-use VB class wrapper around the Info-ZIP DLLs:
http://www.vbaccelerator.com/codelib/zip/zipvb.htm

==================

===================

Zip32.DLL and Unzip32.DLL
Zip and Unzip Using VB5 or VB6.
http://www.codeguru.com/vb/articles/1854.shtml

Henri Leboeuf

====================

================

Delphi Zip
Have a look at VCLzip

It's list, along with some others on the Borland site...

http://www.borland.com/delphi/deltools.html

   \___ this one is good - JF
================

Delphi Zip :
just go to www.torry.ru and go to the compression group, you will
find many freeware compression

=================

On Tue, 28 Aug 2001 09:01:34 GMT, "Nick Leeson"

Quote:

>Hello,

>I have two files and I want them to be packet together in one zipfile.
>How can I do that by code?

>Thanks, Nick



Mon, 16 Feb 2004 16:12:45 GMT  
 
 [ 9 post ] 

 Relevant Pages 

1. HOWTO add files to ZIP by code

2. Reading files from a zip file (Just reading the filenames, not unzipping or zipping)

3. abcrd001.zip/abc0995.zip - ALL BASIC CODE Packets/Reader/Extractor

4. Need ZIP source code or freeware ZIP DLL

5. Adding zip files to an access db

6. ZIP files from within Access code

7. zipping/unzipping files from VB Code.

8. need a code to zip a file

9. Searching for code to zip or unzip files

10. A Neat Little Demo That Shows HowTo Incorporate Database without Writing Code Wacgdemo.zip (1/1) - Wacgdemo.zip

11. code for Calendar and Ini Files - ini_cal.zip (1/1)

12. code for Calendar and Ini Files - ini_cal.zip (0/1)

 

 
Powered by phpBB® Forum Software