|
-
Mar 16th, 2006, 08:31 PM
#1
Member
Re: Get text from ListView in another app
You probably do not have access to open the process. Are you a local administrator?
-
Mar 16th, 2006, 09:42 PM
#2
New Member
Re: Get text from ListView in another app
I am yes.
And the Process show's as my User in task manager.
-
Mar 28th, 2006, 06:57 PM
#3
New Member
Re: Get text from ListView in another app
Peace All
Haxor's script workrd for me but I had to go everytime to the the task manager and find the process Id of the main Process. or by using spy++. Some one else in the same Forum offerd this script to
Dim processID As Long
Dim proc As Long
'/// get the processID of the listview ...
GetWindowThreadProcessId(" handle to Listview here !!! " , processID)
'/// now you have the processID ...
proc = OpenProcess(PROCESS_VM_OPERATION Or PROCESS_VM_READ Or PROCESS_VM_WRITE Or PROCESS_QUERY_INFORMATION , False, processID)
But This Script doesnt return the right Process ID fro some unkown reasons, can anyone give a hint
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
|