Saturday, February 20, 2010

Programmer - How to send keys instead of characters to a process?

Programmer Question

System.Diagnostics.Process exposes a StreamWriter named StandardInput, which accepts only characters as far as I know.



But I need to send keystrokes as well, and some keystrokes don't map well to characters.



What should I do?

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails