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

Sending Keystrokes to another Application in C#

Rate me:
Please Sign up or sign in to vote.
4.82/5 (68 votes)
11 Apr 20075 min read 512.6K   37.8K   163  
Showing dotNet SendKeys functionality

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SendKeys", "SendKeys\SendKeys.csproj", "{9F70A76A-2FFA-49C0-B18F-3ECE0F7F88B0}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9F70A76A-2FFA-49C0-B18F-3ECE0F7F88B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9F70A76A-2FFA-49C0-B18F-3ECE0F7F88B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9F70A76A-2FFA-49C0-B18F-3ECE0F7F88B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9F70A76A-2FFA-49C0-B18F-3ECE0F7F88B0}.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 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
United States United States
Ali Zamurad is a software architect and a developer. He holds Bachelor degree in Computer Science and a Bachelor of Science with honor in Physics. He has been providing software solutions, consulting services and mentoring since 1992. He has experience with a broad spectum of software development tools and languages ranges from C, C++, Visual Basic and C# to name a few.

Comments and Discussions