Background I'm trying to write an application in C++ that will run on Vista. The application will take input from a the user (via input text box), perform some manipulation of that text, and will direct the user to click on an input box in another application. I'd like my application to print text into the second application's text box.
Question What is the simplest way to print text into an input box without typing the text in by a keyboard?