|
-
Mar 16th, 2015, 09:03 AM
#4
Re: How can I Run "Copy" Command/Function Outside of Program/Form?
That would certainly be your easiest bet:
- Set focus to the 3rd party program
- Use sendkeys to send control + f
- Use sendkeys to send control + c
- Check to make sure that text was found by checking if the clipboard's text is not empty
- If the clipboard's text is not empty then get it by calling the clipboard's GetText
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|