Does .Net provide libraries for zipping files? I read that a third party component CSharplib is available for doing this. Is there any license restriction for using this?
Thanks
rjn
*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
#ziplib. Free (what we use). It's GPL with an exception to allow redistributing in compiled form with commercial app. We zip up files in a directory and also do direct in-memory-to-zip compression and this library works well fo rus.
On Fri, 21 Jan 2005 08:54:25 -0800, RJN <rjn...yahoo.com> wrote:
>Hi >Does .Net provide libraries for zipping files? I read that a third party >component CSharplib is available for doing this. Is there any license >restriction for using this? >Thanks >rjn >
i want to know how to recursively zip a folder.we trying out a new system by which our tool can automatically send mails along with attached reports for our customer.These reports are html reports.. so now.. some html files for their proper functioning need their folders along wid them..And these fo...
Hi,I was wondering if anybody has had a VB program zip up a text file for them. Any sample code or items needed to do this would be aprreciated.thanks...
i use this command in VB to zip a file and it works fine. Shell "c:\program files\winzip\winzip32.exe -a c:\test\test.zip c:\test\test.exe", vbNormalFocusIf i then use:Shell "c:\program files\winzip\winzip32.exe -a c:\test\another test\test22.zip c:\test\payroll.mdb", vbNormalFocusNote the path ...
[Originally posted by Dirk Everts]Is it possible to Zip and Unzip files directly from withing Visual Basic. I don't want WInzip or another zip-program to be installed on my clients computer....
I'm trying to find a way (if this is possible?) to use the build in Windows XP/2003 functionality to zip either a file or folder? Just like when you right click a file and select Send TO > Compressed (zipped) Folder.Any ideas? I'm trying to produce a zipped file without using 3rd...
Hai, how to Zip a direcoty using winzip(Installed on a computer) in VB and store the zipped file to a directory(Ex. "D:\Backup")thanks in advancevenubharadwajrv@yahoo.com"Never look back, b'caz u will loose things in front"...
Can anyone tell me how to zip or unzip files without shelling out to anotherprogram as sometimes shelling out to pkzip or pkunzip does not always givethe same results.thanks Mike D...
I am having a very frustrating time trying to zip up files in vb6. I am using the Zip32.dll and CGZiplibrary.dll that was suggested to me earlier on this forum but i only want to zip files, not the entire path to the file. Can't find any help for this on the net and no real books on the sub...