How would one go about sending text from their program to another windows program?
Printable View
How would one go about sending text from their program to another windows program?
It depends, if the program you want to send text to supports automation you can reference it through your program and use object methods to communicate with it. If not well, you can always try to use the SendKeys statement.
Good luck!