|
-
May 6th, 2012, 06:49 AM
#1
Thread Starter
Lively Member
Read Text from other application
I want to read selected item of a listview control in another application.
I know how to read text from text boxes and combobox using GetWindowText API finding windows handle.
But the same idea cannot read from ListView.
So would some one help me to read selected item of a ListView
-
May 6th, 2012, 10:57 AM
#2
Re: Read Text from other application
You already have its hWnd?
-
May 6th, 2012, 04:06 PM
#3
Thread Starter
Lively Member
Re: Read Text from other application
Yes, I already got its hWnd
-
May 6th, 2012, 07:07 PM
#4
Re: Read Text from other application
See Dr Memory's "CopyListview" Demo That's an example on coping all the data in the external Listview to a Listview in your project, you can take what you need from there. You'll need to be member on that Forum to be able to download that example.
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
|