Click here to Skip to main content
15,889,838 members
Articles / Programming Languages / C#

TeboScreen: Basic C# Screen Capture Application

Rate me:
Please Sign up or sign in to vote.
4.76/5 (78 votes)
18 Feb 2012CPOL5 min read 468.2K   38.5K   227  
A C# screensaver application to illustrate simple screen capture principles

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Teboscreen", "Teboscreen\Teboscreen.csproj", "{2D2F6F45-88FE-4CAA-B94B-DDF89F9F423D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2D2F6F45-88FE-4CAA-B94B-DDF89F9F423D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2D2F6F45-88FE-4CAA-B94B-DDF89F9F423D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2D2F6F45-88FE-4CAA-B94B-DDF89F9F423D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2D2F6F45-88FE-4CAA-B94B-DDF89F9F423D}.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 Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
Graduated with BSc(hons) in Information Systems in 1992 and have had to learn pretty much everything on the job since then.

Currently: Software Developer (Oracle, .NET and Javascript).
Used to be: Developer (SQL Server and .NET), Analyst(Using Oracle, SAS, Excel...) and before that a SQLServer 2000 DBA, Microsoft XAL developer.

Main skill set includes SQL Server, PL/SQL, C#, Javascript, VB .NET, Access, Excel, Word - VBA, SAS...


Interests include reading and things that fly.
I am a keen origami(paper folding) amateur.
Was once a classical guitarist, however Metallica have corrupted my tastes.

I run teboweb.com as a hobby

Comments and Discussions