Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 May : Simulating a paste
| Subject: | Simulating a paste |
| Posted by: | "Fernando Rodriguez" (fernandoremove_this@easyjob.net) |
| Date: | Tue, 8 May 2007 08:07:30 +0000 (UTC) |
Hi,
I want to write a small utility that detects when I press a certain key combination
and the pastes a given text into the active window handle. What's the best
way to simulate this pasting? The ideal solution for me would be to send
rtf and ascii text and let the window chose which one it supports.
Thanks,
Fernando