Skip to content

The repository contains dll file and the source code for a dll file which can run in background of any program and can send key strokes. This dll file makes it easy for sending keys from programming languages which dont provide such features.

APradyut/CSsendkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# sendkeys.dll

The repository contains dll file and the source code for a dll file which can run in background of any program and can send key strokes. This dll file makes it easy for sending keys from programming languages which dont provide such features. The program can be used directly by including the sendkeys namespace and using the functions:

  1. start() Parameters: String of text that needs to be sent Returns: NULL
  2. Shortcuts: up = {UP}; down = {DOWN}; right = {RIGHT}; left = {LEFT}

You can refer to form1.cs file for an example to use the dll file For any queries feel free to send a mail on adarsh.pradyut@gmail.com

About

The repository contains dll file and the source code for a dll file which can run in background of any program and can send key strokes. This dll file makes it easy for sending keys from programming languages which dont provide such features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages