|
-
Dec 17th, 2007, 02:20 AM
#1
Thread Starter
Addicted Member
-
Dec 17th, 2007, 08:30 AM
#2
Re: [2005] Copy to Clipboard
If you were going to access an external application directly you wouldn't use the Clipboard. You'd use the Windows API. Specifically you'd call FindWindow to get the desired top-level window, FindWindowEx to get the desired child control, then SendMessage to get the text from the control.
-
Dec 17th, 2007, 05:09 PM
#3
Thread Starter
Addicted Member
Re: [2005] Copy to Clipboard
 Originally Posted by jmcilhinney
If you were going to access an external application directly you wouldn't use the Clipboard. You'd use the Windows API. Specifically you'd call FindWindow to get the desired top-level window, FindWindowEx to get the desired child control, then SendMessage to get the text from the control.
Thanks jmcilhinney... I am learning VB.NET! I opened for my first time VB.NET 4 months ago... it's to hard for me to understand all this things... but i still try to search one small sample about this...
Thanks for your big help!
I'm still learning VB.NET
Sorry for my bad english
Thanks for your help
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
|