Click here to Skip to main content
15,884,679 members
Articles / Programming Languages / Visual Basic

Zip Files Easy!

Rate me:
Please Sign up or sign in to vote.
4.63/5 (44 votes)
25 Jul 2008CPOL2 min read 201.9K   11.9K   106  
The purpose of this article is to demonstrating zipping files using the ZipPackage class in this System.IO.Packaging namespace. This demonstration uses: VB.Net 2008 .Net, Framwork 3.0.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Zip", "Zip\Zip.vbproj", "{F799DD5C-1BEE-4B43-B85D-74A51E3C6A58}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F799DD5C-1BEE-4B43-B85D-74A51E3C6A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F799DD5C-1BEE-4B43-B85D-74A51E3C6A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F799DD5C-1BEE-4B43-B85D-74A51E3C6A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F799DD5C-1BEE-4B43-B85D-74A51E3C6A58}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer DataPrint, LLC
United States United States

Comments and Discussions