PC Review


Reply
Thread Tools Rate Thread

C# Support for ZIP Format

 
 
PeteZ
Guest
Posts: n/a
 
      20th Feb 2004
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


 
Reply With Quote
 
 
 
 
Dmitri Shvetsov
Guest
Posts: n/a
 
      20th Feb 2004
Hi,

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

Dmitri

"PeteZ" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
PeteZ
Guest
Posts: n/a
 
      20th Feb 2004
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" <(E-Mail Removed)> wrote in message
news:LSjZb.6658$7k3.5129@fed1read01...
> Hi,
>
> http://www.icsharpcode.net/OpenSourc...b/Default.aspx
>
> Dmitri
>
> "PeteZ" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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
> >
> >

>
>



 
Reply With Quote
 
phoenix
Guest
Posts: n/a
 
      20th Feb 2004
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" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:LSjZb.6658$7k3.5129@fed1read01...
> > Hi,
> >
> > http://www.icsharpcode.net/OpenSourc...b/Default.aspx
> >
> > Dmitri
> >
> > "PeteZ" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > 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
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Philipp Sumi
Guest
Posts: n/a
 
      20th Feb 2004
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" <(E-Mail Removed)> wrote in message
> news:LSjZb.6658$7k3.5129@fed1read01...
>
>>Hi,
>>
>>http://www.icsharpcode.net/OpenSourc...b/Default.aspx
>>
>>Dmitri
>>
>>"PeteZ" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>
>>>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
>>>
>>>

>>
>>

>
>


 
Reply With Quote
 
PeteZ
Guest
Posts: n/a
 
      20th Feb 2004
ooops - yes your right, and thanks.

- peteZ



"Philipp Sumi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> > news:LSjZb.6658$7k3.5129@fed1read01...
> >
> >>Hi,
> >>
> >>http://www.icsharpcode.net/OpenSourc...b/Default.aspx
> >>
> >>Dmitri
> >>
> >>"PeteZ" <(E-Mail Removed)> wrote in message
> >>news:(E-Mail Removed)...
> >>
> >>>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
> >>>
> >>>
> >>
> >>

> >
> >

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AVCHD format support Sajjan Raj Windows Vista General Discussion 1 28th Mar 2008 06:08 PM
Support for .email format thomg Windows Vista Mail 1 21st Jan 2008 11:34 PM
Support for iCal format hallstein Microsoft Outlook Calendar 3 13th Apr 2005 12:50 PM
jpg file format support gymlyle@msn.com Microsoft Access 0 1st Feb 2005 02:23 AM
file format support Greg Microsoft Windows 2000 Multimedia 0 14th Jun 2004 03:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:31 PM.