Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / MFC

Various methods for capturing the screen

Rate me:
Please Sign up or sign in to vote.
4.90/5 (113 votes)
19 Sep 2006LGPL310 min read 1.8M   58.8K   364  
Explains techniques for capturing the screen programmatically.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScreenCap", "ScreenCap.vcproj", "{0CFA7F80-4385-4261-9E3A-4D506B28407F}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccProjectName0 = ScreenCap
		SccLocalPath0 = .
		SccProvider0 = MSSCCI:ClearCase
		CanCheckoutShared = true
		SccProjectUniqueName1 = ScreenCap.vcproj
		SccLocalPath1 = .
		CanCheckoutShared = true
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0CFA7F80-4385-4261-9E3A-4D506B28407F}.Debug|Win32.ActiveCfg = Debug|Win32
		{0CFA7F80-4385-4261-9E3A-4D506B28407F}.Debug|Win32.Build.0 = Debug|Win32
		{0CFA7F80-4385-4261-9E3A-4D506B28407F}.Release|Win32.ActiveCfg = Release|Win32
		{0CFA7F80-4385-4261-9E3A-4D506B28407F}.Release|Win32.Build.0 = Release|Win32
	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 GNU Lesser General Public License (LGPLv3)


Written By
India India
Creator of CarMusTy - Carnatic Music Typesetting Application, and the CFugue C++ Runtime Environment for MusicNote Programming.

Comments and Discussions