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

Non-transparent controls on a semi-transparent window

Rate me:
Please Sign up or sign in to vote.
4.19/5 (17 votes)
6 Jul 20064 min read 87K   4.1K   57  
The article describes the use and the principle of operation of semi-transparent controls with non-transparent child controls.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "components", "components\components.csproj", "{2FF6641A-12C9-4135-B746-291A187ECD34}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{2FF6641A-12C9-4135-B746-291A187ECD34}.Debug.ActiveCfg = Debug|.NET
		{2FF6641A-12C9-4135-B746-291A187ECD34}.Debug.Build.0 = Debug|.NET
		{2FF6641A-12C9-4135-B746-291A187ECD34}.Release.ActiveCfg = Release|.NET
		{2FF6641A-12C9-4135-B746-291A187ECD34}.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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
Alexandr Golovanov is a .NET developer at KB_Soft Group, an offshore software development company located in Russia, Novosibirsk. Here he has worked
on various .NET projects.

Comments and Discussions