AutoHotkey Community

It is currently May 24th, 2012, 7:14 am

All times are UTC [ DST ]


Search found 2 matches
Search these results:

Author Message

 Forum: Support   Topic: Reading ListView of another app

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

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:  
Page 1 of 1 [ Search found 2 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group