473,783 Members | 2,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# Support for ZIP Format

I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format in
..NET bt come up empty

I know of some 3rd party products out there but if I were to try and develop
this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ
Nov 15 '05 #1
5 5410
Hi,

http://www.icsharpcode.net/OpenSourc...b/Default.aspx

Dmitri

"PeteZ" <pe***@aol.co m> wrote in message
news:OH******** ******@tk2msftn gp13.phx.gbl...
I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format in
.NET bt come up empty

I know of some 3rd party products out there but if I were to try and develop this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ

Nov 15 '05 #2
Dmitri

Thanks for the link (but I had seen this already) . . . . I was really
hoping on inbuilt .NET support so I didnt need to get involved in licensing
issues and we can freely distribute this code (which I intend writing as a
component class)

Hope you understand what I mean.

- peteZ
"Dmitri Shvetsov" <ds*******@cox. net> wrote in message
news:LSjZb.6658 $7k3.5129@fed1r ead01...
Hi,

http://www.icsharpcode.net/OpenSourc...b/Default.aspx

Dmitri

"PeteZ" <pe***@aol.co m> wrote in message
news:OH******** ******@tk2msftn gp13.phx.gbl...
I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format in .NET bt come up empty

I know of some 3rd party products out there but if I were to try and

develop
this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ


Nov 15 '05 #3
Check out the following article
http://msdn.microsoft.com/msdnmag/is...n/default.aspx .
The only downside is you need the J# runtime as well.

Yves

"PeteZ" <pe***@aol.co m> schreef in bericht
news:OC******** ******@tk2msftn gp13.phx.gbl...
Dmitri

Thanks for the link (but I had seen this already) . . . . I was really
hoping on inbuilt .NET support so I didnt need to get involved in licensing issues and we can freely distribute this code (which I intend writing as a
component class)

Hope you understand what I mean.

- peteZ
"Dmitri Shvetsov" <ds*******@cox. net> wrote in message
news:LSjZb.6658 $7k3.5129@fed1r ead01...
Hi,

http://www.icsharpcode.net/OpenSourc...b/Default.aspx

Dmitri

"PeteZ" <pe***@aol.co m> wrote in message
news:OH******** ******@tk2msftn gp13.phx.gbl...
I have a job to create a .ZIP file in C# - I need to create, add files, remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format in .NET bt come up empty

I know of some 3rd party products out there but if I were to try and

develop
this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ



Nov 15 '05 #4
read the license:

<quote>
Bottom line: In plain English this means you can use this library in
commercial closed-source applications.
</quote>

PeteZ wrote:
Dmitri

Thanks for the link (but I had seen this already) . . . . I was really
hoping on inbuilt .NET support so I didnt need to get involved in licensing
issues and we can freely distribute this code (which I intend writing as a
component class)

Hope you understand what I mean.

- peteZ
"Dmitri Shvetsov" <ds*******@cox. net> wrote in message
news:LSjZb.6658 $7k3.5129@fed1r ead01...
Hi,

http://www.icsharpcode.net/OpenSourc...b/Default.aspx

Dmitri

"PeteZ" <pe***@aol.co m> wrote in message
news:OH****** ********@tk2msf tngp13.phx.gbl. ..
I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format
in
.NET bt come up empty

I know of some 3rd party products out there but if I were to try and


develop
this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ




Nov 15 '05 #5
ooops - yes your right, and thanks.

- peteZ

"Philipp Sumi" <no****@123456s pam.com> wrote in message
news:Oo******** *****@TK2MSFTNG P12.phx.gbl...
read the license:

<quote>
Bottom line: In plain English this means you can use this library in
commercial closed-source applications.
</quote>

PeteZ wrote:
Dmitri

Thanks for the link (but I had seen this already) . . . . I was really
hoping on inbuilt .NET support so I didnt need to get involved in licensing issues and we can freely distribute this code (which I intend writing as a component class)

Hope you understand what I mean.

- peteZ
"Dmitri Shvetsov" <ds*******@cox. net> wrote in message
news:LSjZb.6658 $7k3.5129@fed1r ead01...
Hi,

http://www.icsharpcode.net/OpenSourc...b/Default.aspx

Dmitri

"PeteZ" <pe***@aol.co m> wrote in message
news:OH****** ********@tk2msf tngp13.phx.gbl. ..

I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format


in
.NET bt come up empty

I know of some 3rd party products out there but if I were to try and

develop

this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ


Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
7888
by: Laurens | last post by:
Hi, Which browser has the best CSS paged media support? I'm about to write a business plan, which needs to be printed on paper to be presented to the bank. Now I cringe at doing this in Word, as I'm far more comfortable with hand-coding HTML and CSS(though I've never used the print-specific CSS elements).
1
6315
by: sgh | last post by:
Why doesn't this date time pattern support milliseconds? That makes it hard for me to map my date, time, and dateTime XML schema types to System.DateTime values without losing millisecond precision. The DateTime.ToString("u") format specifier chops off the milliseconds of my values :( Anybody got a work-around for this?
2
2446
by: AMDRIT | last post by:
Hello everyone, I have created a custom component and one of its properties is a class object with it's own properties. During runtime, I can assign values to the class object properties just fine. However, when attempting to assing default values as designtime in the propertygrid, nothing is working on the class object. I know that I am doing it wrong, any ideas what it is? Thanks in advance
5
1593
by: Chris Sharman | last post by:
Anyone know a good, current reference ? I found Meyer's table (now moved to http://www.ddj.com/webreview/style/css1/charts/mastergrid.shtml ) and it's 5 years since the last update. Most other reference stuff elsewhere seems to be similarly geriatric, talking mostly about generation 3,4, and 5 browsers, and Windows 95/98/NT. The specific question I'm trying to answer is support for the src tag in css (font downloading). As far as I can...
6
2457
by: Andre Azevedo | last post by:
Hi all, I need to receive and connect using X25 protocol in .Net Framework 2.0 and I'm trying to find the correct address and protocol enumeration in System.Net.Sockets but with no success. Is there a way to do it? Or I need some 3rd party libraries. Any help will be apreciated. TIA,
4
2155
by: John Friedland | last post by:
'printf' has a '%a' conversion for floating-point output: For example, printing '123456' with "|%13.4a|" produces | 0x1.e240p+16| I've looked through Josuttis and the header files, but I can't find any flags or manipulators that could handle this. Is this possible with stream I/O?
0
1535
by: dtsearch | last post by:
A new beta build offers 64-bit developer access to dtSearch's "terabyte indexer," and preliminary MS Word 2007 and Excel 2007 support (in both 64-bit and 32-bit versions) BETHESDA, MD (July 22, 2006) dtSearch Corp., a leading supplier of enterprise and developer text retrieval software, announces a native 64-bit beta version of the dtSearch Text Retrieval Engine for Win & ..NET. The dtSearch Engine lets developers add dtSearch's...
2
1284
by: Martin Z | last post by:
Hi, I'm trying to support a 3rd-party XML format for which there is no schema. As such, I've been making my objects that map to their format using the XMLSerializer... but there's one object that stops me. We have a class called Abstract-A, and a collection of Abstract-As we'll call A-List. One particular subtype of AbstractA is bothering me, because it works like this:
1
1179
by: Sala | last post by:
Hi ExpertS! I'll create one website in asp.net with c#. If i am using Xml Xsl, Is support all d controls like asp.net controls? bcos i'll use image files and video files in this website. So If anybody having exp with Xml Xsl functionalities Pls help me....
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10083
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8968
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.