G Guest May 23, 2005 #1 Hi, Does anybody know some good free control to zip file (compress files to zip library)? Thanks.
P Paul W May 23, 2005 #2 check these guys out: http://sharpdevelop.net/OpenSource/SharpZipLib/Default.aspx
K kaczmar2 May 23, 2005 #4 I am currently using XCeed Zip, and it works very well: http://www.xceedsoft.com/products/ZipNet/ Christian
I am currently using XCeed Zip, and it works very well: http://www.xceedsoft.com/products/ZipNet/ Christian
M Mark Rae May 23, 2005 #5 I am currently using XCeed Zip, and it works very well: Click to expand... At $189.95 for the cheapest licence, it damn well should!
I am currently using XCeed Zip, and it works very well: Click to expand... At $189.95 for the cheapest licence, it damn well should!
S Steve C. Orr [MVP, MCSD] May 23, 2005 #6 If I was you I'd first try using the J# zip classes: http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx Or you should be able to use this code: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx Or you could consider calling a command line utility like this: http://www.i386.info/software/zip23xn.zip Or you could consider a 3rd party component such as this: http://www.xceedsoft.com/products/zipnet
If I was you I'd first try using the J# zip classes: http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx Or you should be able to use this code: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx Or you could consider calling a command line utility like this: http://www.i386.info/software/zip23xn.zip Or you could consider a 3rd party component such as this: http://www.xceedsoft.com/products/zipnet
K Kevin Spencer May 24, 2005 #7 I have used this Open Source library as well, and find it excellent. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Sometimes you eat the elephant. Sometimes the elephant eats you.
I have used this Open Source library as well, and find it excellent. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer Sometimes you eat the elephant. Sometimes the elephant eats you.