Connecting Tech Pros Worldwide Forums | Help | Site Map

WinZip wityh .Net

EdB
Guest
 
Posts: n/a
#1: Jul 22 '05
Has anyone ever interfaced with winZip from inside a VB.Net app?

I'm looking to automatically zip up some files then delete them.

Jon Skeet [C# MVP]
Guest
 
Posts: n/a
#2: Jul 22 '05

re: WinZip wityh .Net


EdB <EdB@discussions.microsoft.com> wrote:[color=blue]
> Has anyone ever interfaced with winZip from inside a VB.Net app?
>
> I'm looking to automatically zip up some files then delete them.[/color]

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

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
EdB
Guest
 
Posts: n/a
#3: Jul 22 '05

re: WinZip wityh .Net


Thanks for the reply Jon, I looked at this briefly. Is this leveraging the
actual WinZip or is this a "custom" zip approach? I would need my customers
to be able to open the unzip the file using WinZip.

"Jon Skeet [C# MVP]" wrote:
[color=blue]
> EdB <EdB@discussions.microsoft.com> wrote:[color=green]
> > Has anyone ever interfaced with winZip from inside a VB.Net app?
> >
> > I'm looking to automatically zip up some files then delete them.[/color]
>
> See http://www.icsharpcode.net/OpenSourc...b/Default.aspx
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too
>[/color]
Jon Skeet [C# MVP]
Guest
 
Posts: n/a
#4: Jul 22 '05

re: WinZip wityh .Net


EdB <EdB@discussions.microsoft.com> wrote:[color=blue]
> Thanks for the reply Jon, I looked at this briefly. Is this leveraging the
> actual WinZip or is this a "custom" zip approach? I would need my customers
> to be able to open the unzip the file using WinZip.[/color]

It's using the standard zip format, which can be opened using WinZip or
any other zip program.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
EdB
Guest
 
Posts: n/a
#5: Jul 22 '05

re: WinZip wityh .Net


Thanks Jon, that was just what the doctor ordered!

"Jon Skeet [C# MVP]" wrote:
[color=blue]
> EdB <EdB@discussions.microsoft.com> wrote:[color=green]
> > Thanks for the reply Jon, I looked at this briefly. Is this leveraging the
> > actual WinZip or is this a "custom" zip approach? I would need my customers
> > to be able to open the unzip the file using WinZip.[/color]
>
> It's using the standard zip format, which can be opened using WinZip or
> any other zip program.
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too
>[/color]
Closed Thread


Similar .NET Framework bytes