DateStamp - Sending Keystrokes to Another Application
Posted by Johan Cyprich on 30 Mar 2007 | Tagged as: Applications, Programming
This is a utility I wrote for a department at work to stamp a date and time for an annotation in an e-mail. The e-mail client we are using does not support this feature so we have to do it manually.
The program is interesting because it shows how to send keystrokes from a C# application [...]