KeySender

KeySender.exe is a small notepad-like application that send keystrokes to other applications. Useful when regression testing stuff that require lots of keystrokes.
Cool(?) features:
- Step-by-step execution
- Breakpoints
Documentation:
- Source code is fairly well commented (was the ambition anyway)
- On-line help (dont know if this is good or bad. Easy for me to maintain anyway ;-).
- The enclosed example.txt provides information on the various commands etc.
Downloads:
| Executeable: | KeySender.zip (21kb) |
| Source (VC++ 6 project): | KeySender_src.zip (41kb) |
Note:
KeySender includes and uses SendKeys1 as presented without modification in the article:
http://www.codeproject.com/cpp/sendkeys_cpp_Article.asp.
See article for desciption of how the Send command's parameter is interpreted.
1SendKeys Copyright (c) 2004 lallous <lallousx86@yahoo.com>. All rights reserved.