| Author |
Message |
Forum: Support Topic: Reading ListView of another app |
| peanut |
|
Posted: March 6th, 2012, 6:21 pm
|
|
Replies: 22 Views: 3821
|
| To read 15 lines of the column and append them to a file, you could do sth. like this (untested): You replace r := 0 ; choice of the row SendMessage, 0x102d, %r%, %lpProcessBuf1%, TListView1, %WinTitle% ; 0x102d = LVM_GETITEMTEXT DllCall("ReadProcessMemory", UInt,hProcess, UInt,lpProce... |
|
 |
Forum: Support Topic: Reading ListView of another app |
| peanut |
|
Posted: November 6th, 2010, 1:25 am
|
|
Replies: 22 Views: 3821
|
| Here's a short version of the code posted by Tigerite, without separate function definitions. It is following the article http://www.codeproject.com/KB/threads/int64_memsteal.aspx and uses the lvItem structure implementation posted by Solar ( http://www.autohotkey.com/forum/topic45234.html ). Detect... |
|
 |
| Sort by: |