Click here to Skip to main content
15,879,535 members
Articles / Productivity Apps and Services / Microsoft Office

Hiding and Storing/caching of Application Specific data in MS Word 2003 documents

Rate me:
Please Sign up or sign in to vote.
3.54/5 (8 votes)
9 Oct 2008CPOL8 min read 29.1K   512   18  
Proof of concept on how the application specific (small/large amount of) data can be stored in ms word document as well as how it can be made hidden from end user’s eye.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordAddIn1", "WordAddIn1\WordAddIn1.csproj", "{CC222EAD-CE14-41E9-A2A5-708AF623FF8F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "WordAddIn1Setup", "WordAddIn1Setup\WordAddIn1Setup", "{DF896DE8-EEAC-44B6-A933-CEE5E4287028}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CC222EAD-CE14-41E9-A2A5-708AF623FF8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CC222EAD-CE14-41E9-A2A5-708AF623FF8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CC222EAD-CE14-41E9-A2A5-708AF623FF8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CC222EAD-CE14-41E9-A2A5-708AF623FF8F}.Release|Any CPU.Build.0 = Release|Any CPU
		{DF896DE8-EEAC-44B6-A933-CEE5E4287028}.Debug|Any CPU.ActiveCfg = Debug
		{DF896DE8-EEAC-44B6-A933-CEE5E4287028}.Release|Any CPU.ActiveCfg = Release
	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
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions