How to copy text from another process? -
01-17-2004
, 02:56 PM
Hi everyone
I know only some about .net and C# but nothing about Windows API and Shells
and etc. So if this is not possible please tell me.
I want to copy a text from another process (from IE for instance). Instead
of letting user press Ctrl+C, I want my program to do it as an agent (The
fundanmental solution to tablet pc apps. When the user use guesture on my
app, it will do the copying.) Is there anyway that I can invoke the API to
get the currently highlighted text? Also, when I want to paste something
into current textbox, is there a way that I can have API do the pasting for
me?
I have thought of an alternative. Maybe I can let my app fire keyboard
command Ctrl+C and Ctrl+P to the processes, but I haven't figure out how to
do that yet. Can anyone give me a hint?
Thank you! |