Click here to Skip to main content
15,881,757 members
Articles / Programming Languages / C#

CHM Snatcher

Rate me:
Please Sign up or sign in to vote.
4.33/5 (5 votes)
12 Feb 2008CPOL7 min read 59.3K   1.1K   36  
A way of mass-converting online content to CHM files for effectively delivering user help&manual, sharing company knowledge base and distributing any sort of documentation.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CHMSnatcher", "CHMSnatcher.csproj", "{7C86B24F-C15A-4959-B560-3141CCF3A240}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7C86B24F-C15A-4959-B560-3141CCF3A240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7C86B24F-C15A-4959-B560-3141CCF3A240}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7C86B24F-C15A-4959-B560-3141CCF3A240}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7C86B24F-C15A-4959-B560-3141CCF3A240}.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
Web Developer
Poland Poland
Tomasz Szatkowski is a software developer working in the city of Gdynia, Tricity, northern Poland.

He is interested in pursuing ever evolving technology and applying it to everyday problems.

His most recent interest focus on Flex GUI interfaces, Microsoft WCF, middleware, SaaS model in software delivery.

Comments and Discussions