Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Oct : send text to other application
| Subject: | send text to other application |
| Posted by: | "Frankie" (fleo..@tm.net.my) |
| Date: | Sun, 14 Oct 2007 08:43:57 |
I like to send a string of text (include special char) from my application
to
other application which is waiting for input.
example
MS-Word is running, I run my application and enter some words into an Edit
control.
I like to send the words from the edit control to MS-Word document and
return focus to the edit control.
Please advice me, thank you