I am trying to use SendInput() to send a sentence to another application (Notepad) and then send it hitting the Enter Key.
SendInput()
Any code snippets?
Theres a simple C++ sample here http://nibuthomas.wordpress.com/2009/08/04/how-to-use-sendinput/
And a more complete VB sample here http://vb.mvps.org/samples/SendInput/