Re: paste contents of clipboard from Delphi into external app


[ Delphi Forum ] [ Post Followup ]

Posted by 12167 Stefan Loeners on January 19, 2004 at 21:39:22:

In Reply to: Re: paste contents of clipboard into external app posted by 12167 Stefan Loeners on January 17, 2004 at 08:29:19:

I found it. Using Fred Schetterer's Sendkeys component (fschetterer@fredsterware.com), and the following syntax, I am able to paste the contents of the clipboard into any application.
sendkey.sendkeysToTopWindow(^v, nil, Pchar(sWindow));
Thank you for having shared thoughts with me on this tough one ;)


Related Articles and Replies:


[ Delphi Forum ] [ Post Followup ]