Results 1 to 18 of 18

Thread: Get text from ListView in another app

Hybrid View

  1. #1

    Re: Get text from ListView in another app

    You probably do not have access to open the process. Are you a local administrator?

  2. #2
    New Member
    Join Date
    Mar 2006
    Posts
    2

    Re: Get text from ListView in another app

    I am yes.
    And the Process show's as my User in task manager.

  3. #3
    New Member
    Join Date
    Mar 2006
    Posts
    3

    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
  •  



Click Here to Expand Forum to Full Width