Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / XML

XP-Style Button

Rate me:
Please Sign up or sign in to vote.
4.77/5 (91 votes)
24 Sep 20036 min read 624.4K   4.2K   223  
.NET button that supports images and XP style on Windows XP and other versions of Windows
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp.csproj", "{632A9245-BB1F-479E-ACAE-C8F52A75A646}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{632A9245-BB1F-479E-ACAE-C8F52A75A646}.Debug.ActiveCfg = Release|.NET
		{632A9245-BB1F-479E-ACAE-C8F52A75A646}.Debug.Build.0 = Release|.NET
		{632A9245-BB1F-479E-ACAE-C8F52A75A646}.Release.ActiveCfg = Release|.NET
		{632A9245-BB1F-479E-ACAE-C8F52A75A646}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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.


Written By
Software Developer
Portugal Portugal
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions