|
-
Feb 27th, 2010, 02:43 AM
#1
Thread Starter
Lively Member
auto paste
is there a way that i would automatically paste the clipboard contents to my richtextbox after the shell command?
my code goes this way..
shell("ocr")
richtextbox.focus
richtextbox.paste
my code won't paste the clipboard details after it has finished the shell process.
-
Feb 27th, 2010, 03:28 AM
#2
Re: auto paste
Have you checked whether your 'ocr' leaves anything in the clipboard after exit?
Try to paste manually something before calling richtextbox.paste to check.
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
|