Click here to Skip to main content
15,881,757 members
Articles / Mobile Apps / Windows Phone 7

Custom Gauge Controls for Windows Phone 7: Part I

Rate me:
Please Sign up or sign in to vote.
4.91/5 (61 votes)
25 Feb 2013CPOL15 min read 143.3K   3.5K   78  
The first article in this series presents the implementation considerations and the way to use some custom gauges in WP7.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPScadaControlsV2", "WPScadaControlsV2\WPScadaControlsV2.csproj", "{68796A63-185D-46F2-A25F-03BAB506A363}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPClientV2", "WPClientV2\WPClientV2.csproj", "{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{68796A63-185D-46F2-A25F-03BAB506A363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Debug|x86.ActiveCfg = Debug|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Release|Any CPU.Build.0 = Release|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{68796A63-185D-46F2-A25F-03BAB506A363}.Release|x86.ActiveCfg = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Debug|x86.ActiveCfg = Debug|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Any CPU.Build.0 = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
		{55058FF4-77B0-494D-B94D-1AD5FE9DBF16}.Release|x86.ActiveCfg = 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
Romania Romania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions