How to use Compressed Folder function of XP programmatically?

M

mravichandran

dear Readers,

i will be downloading a zip file from the intranet website
programmatically and i would like to process some of the files inside
them before the user can save it. we have a lot of copies of winzip.
winzip does not let me call their functions as COM or as .NET
assemblies.

I want to use the native compressed folder function present in the
Windows XP OS to open the zip file and process them before the user can
save it to the hard drive.

any links will be greatly appreciated.

regards
Ravi.
 
B

Brian

i will be downloading a zip file from the intranet website
programmatically and i would like to process some of the files inside
them before the user can save it. we have a lot of copies of winzip.
winzip does not let me call their functions as COM or as .NET
assemblies.

There is a free .Net zip library that you can use. It is written in c#.

http://www.icsharpcode.net/OpenSource/SharpZipLib

It is open source, but the authors allow it to be used in closed,
commercial applications.

I personally haven't used it, but I have heard good things about it.
Brian
 
C

Cor Ligthert [MVP]

Ravi,

To be sure, do you want to upload unattended a zipfile to a client computer,
open that and than process a program unattended a program from inside that
zipfile.

As you want that and I don't know if it is even possible, than you need for
that at least that the user will download attended a Java or other pluggin
that you have signed.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top