Click here to Skip to main content
15,884,078 members
Articles / Desktop Programming / Windows Forms

Shape Control for .NET

Rate me:
Please Sign up or sign in to vote.
4.84/5 (170 votes)
23 Mar 2017CPOL10 min read 379.3K   21.6K   301  
Implementing shape control that supports transparency, custom design-time editors and simple animation
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShapeControl", "ShapeControl.csproj", "{77A3E20F-622C-45BD-A9E3-1760AD069026}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestShapeControl", "TestShapeControl\TestShapeControl.csproj", "{B9648F22-272C-42AA-B5D0-C9078D0A4898}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{77A3E20F-622C-45BD-A9E3-1760AD069026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{77A3E20F-622C-45BD-A9E3-1760AD069026}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{77A3E20F-622C-45BD-A9E3-1760AD069026}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{77A3E20F-622C-45BD-A9E3-1760AD069026}.Release|Any CPU.Build.0 = Release|Any CPU
		{B9648F22-272C-42AA-B5D0-C9078D0A4898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B9648F22-272C-42AA-B5D0-C9078D0A4898}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B9648F22-272C-42AA-B5D0-C9078D0A4898}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B9648F22-272C-42AA-B5D0-C9078D0A4898}.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 (Senior)
Singapore Singapore
Coder. Hacker. Fixer.

Comments and Discussions