Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

Compress Zip files with Windows Shell API and C#

Rate me:
Please Sign up or sign in to vote.
4.70/5 (34 votes)
24 Oct 2005Public Domain3 min read 452.7K   6.9K   84  
Use Windows Shell API in C# to compress Zip files without showing the Copy Progress window.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
29 Aug 2013Kumar Kisalaya
This is an alternative for "Compress Zip files with Windows Shell API and C#"

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Web Developer
United States United States
I have been coding since 4th grade in elementary school back in 1981. I concentrate mainly on Microsoft technologies from the old MSDOS/MSBASIC to coding in VC++ then Visual Basic and now .Net. I try to stay on top of the trends coming from Microsoft such as the Millennium Project, Windows DNA, and my new favorite Windows clustering servers.

I have dabbled in making games in my initial VC++ days, but spent most of the past 10 years working on business apps in VB, C++, and the past 7 years in C#.

I eventually hope to get my own company supporting me so I can concentrate on my real dream of creating clusters of automated robots for use in various hazardous industries.

Comments and Discussions