Click here to Skip to main content
15,892,161 members
Articles / Desktop Programming / MFC

Yet Another Transparent Static Control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (24 votes)
14 Dec 2004CPOL1 min read 213.3K   7.7K   54  
Two other methods of making a transparent static control.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TransStatic", "TransStatic.vcproj", "{62BF5BD0-E8D2-4998-B76B-423265CE40BE}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{62BF5BD0-E8D2-4998-B76B-423265CE40BE}.Debug.ActiveCfg = Debug|Win32
		{62BF5BD0-E8D2-4998-B76B-423265CE40BE}.Debug.Build.0 = Debug|Win32
		{62BF5BD0-E8D2-4998-B76B-423265CE40BE}.Release.ActiveCfg = Release|Win32
		{62BF5BD0-E8D2-4998-B76B-423265CE40BE}.Release.Build.0 = Release|Win32
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Ali Rafiee has been developing windows applications using C++ since 1991, and he hasn't looked back since. Ali has been a software development consultant for must of his career, but he has finally settled down and has been working for an educational software company since 2000. While he is not working, he is either learning C#, flying airplanes, playing with his daughter, or answering peoples question on newsgroups, he finds that to be a great learning tool for himself.

Ali is also a Microsoft Visual C++ MVP.

Comments and Discussions