Home All Groups Group Topic Archive Search About

Newbie looking for free, easy to use zip utility

Author
21 Mar 2005 8:15 AM
Richard Ronnback
I am trying to make a simple archiving application in Visual Basic.net

I have only just begun learning vb.net but so far everything seems to work
ok but I have now come to the point where I would like to zip the
files/directories to be archived. The ideal would be a function that I could
all with something like

compress(theTarget, theSource)

Can someone help with suggestions on how to do something that, as easy as
possible?

TIA

/ Richard

Author
29 Mar 2005 5:40 AM
Egghead
Do you have the VB.net resource kits?
There is a free componentOne's zip ctl
Egghead
Show quoteHide quote
"Richard Ronnback" <RichardRonnb***@discussions.microsoft.com> wrote in
message news:11517AAD-53B2-4F75-A855-C9DE7344D5CD@microsoft.com...
> I am trying to make a simple archiving application in Visual Basic.net
>
> I have only just begun learning vb.net but so far everything seems to work
> ok but I have now come to the point where I would like to zip the
> files/directories to be archived. The ideal would be a function that I
could
> all with something like
>
> compress(theTarget, theSource)
>
> Can someone help with suggestions on how to do something that, as easy as
> possible?
>
> TIA
>
> / Richard