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

A Panel control that you can flip over

Rate me:
Please Sign up or sign in to vote.
3.84/5 (9 votes)
20 Mar 2007BSD4 min read 74.3K   2.5K   43  
This article shows how to create a 3D style effect using only GDI+ image manipulations

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlipTest", "FlipTest\FlipTest.csproj", "{9D201C14-937D-4401-B357-138F44BF3C54}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9D201C14-937D-4401-B357-138F44BF3C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9D201C14-937D-4401-B357-138F44BF3C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9D201C14-937D-4401-B357-138F44BF3C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9D201C14-937D-4401-B357-138F44BF3C54}.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 BSD License


Written By
United States United States
Whoa! I'm thebeekeeper. I'm from Milwaukee, WI but I'm living in Boston, MA right now. I work for a very large organization doing digital signal processing, but sometimes I write programs for computers!

Go look at my web-site! (thebeekeeper.net)

Comments and Discussions