Click here to Skip to main content
15,897,371 members
Articles / Mobile Apps

Help File Integration in Windows Mobile Pocket PC

Rate me:
Please Sign up or sign in to vote.
4.71/5 (34 votes)
8 Jan 2009CPOL2 min read 71.5K   793   26  
Help file integration with Windows Mobile applications programmatically.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelpIntigration", "HelpIntigration\HelpIntigration.csproj", "{33E81951-34E2-4FAB-B531-13CB1A588D42}"
EndProject
Project("{B900F1C2-3D47-4FEC-85B3-04AAF18C3634}") = "Help_Integration", "Help_Integration\Help_Integration.vddproj", "{FF2EA5BD-AF21-43F6-80EB-3DF0C7DFD8C1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Release|Any CPU.Build.0 = Release|Any CPU
		{33E81951-34E2-4FAB-B531-13CB1A588D42}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{FF2EA5BD-AF21-43F6-80EB-3DF0C7DFD8C1}.Debug|Any CPU.ActiveCfg = Debug
		{FF2EA5BD-AF21-43F6-80EB-3DF0C7DFD8C1}.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
Software Developer (Senior) WmDev Technology
India India
Pavan is a Senior software developer, and has been in the industry since August 2005. He has experience in Windows Phone 7, Windows Mobile with Compact Framework, Python for S60, C#.NET, VB.NET, Windows Forms, ASP.NET, WCF, Silverlight, JavaScript and HTML.

Comments and Discussions