Click here to Skip to main content
15,896,111 members
Articles / Programming Languages / C#

Touchscreen Keyboard UserControl

Rate me:
Please Sign up or sign in to vote.
4.78/5 (68 votes)
6 Apr 2006CPOL4 min read 511.1K   53.9K   231  
A basic keyboard usercontrol suitable for touchscreen displays.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TouchscreenKeyboard", "TouchscreenKeyboard\TouchscreenKeyboard.csproj", "{94070B1D-6DE4-4D45-B2B9-5DA09D0E15C9}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{94070B1D-6DE4-4D45-B2B9-5DA09D0E15C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{94070B1D-6DE4-4D45-B2B9-5DA09D0E15C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{94070B1D-6DE4-4D45-B2B9-5DA09D0E15C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{94070B1D-6DE4-4D45-B2B9-5DA09D0E15C9}.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
Web Developer
United States United States
For the past 11 years or so I worked exclusively on developing client/server and web applications with Oracle Forms. I needed to learn something new and recently found all those nice freebie Visual Studio Express applications so I spent an afternoon downloading all of them, along with the .NET 2 framework and the SQL Server 2005 Express edition and a few other goodies.

My first project was a match scheduling application I made for my online Call of Duty 2 clan using Visual Web Developer tied to a SQL Server database. I found an inexpensive hosting provider, and that's where it now lives.

I started playing with C# in early March 2006 and realized it would be of use for a project I will be working on - a touchscreen display application for a local museum, so that is currently what I am concentrating on.

Comments and Discussions