F
Frank Uray
Hi all
I know, this problem was discusted before,
but I am still not sure how it can be done ...
I need to get the currently selected Text from the
currently active application.
Right now, I just do "System.Windows.Forms.SendKeys.SendWait("^c")",
and this works in the most applications, but not in word ... :-((
How is the right way to do this ?
I just need to simulate CTRL + C to copy the selection into the Clipboard,
from any applications ???
Thanks for feedback !
Best regards
Frank Uray
I know, this problem was discusted before,
but I am still not sure how it can be done ...
I need to get the currently selected Text from the
currently active application.
Right now, I just do "System.Windows.Forms.SendKeys.SendWait("^c")",
and this works in the most applications, but not in word ... :-((
How is the right way to do this ?
I just need to simulate CTRL + C to copy the selection into the Clipboard,
from any applications ???
Thanks for feedback !
Best regards
Frank Uray