Page 1 of 1

[Help]Retrive Listview Data

PostPosted: Thu Sep 01, 2011 9:51 pm
by TopHat
A quick question again :wink: :

I have a Listview which I want to mine data from, Is there any good guides or technics of doing so?

I understand the basic principle of getting the common choke of all lines which is the "listview ItemCollection" object but it's really hard and time consuming(haven't really made any progress)

Thanks //TopHat

Re: [Help]Retrive Listview Data

PostPosted: Tue Sep 13, 2011 6:41 am
by L. Spiro
Try searching for strings located in the ListView. Use Unicode for this.

Once you have found the strings you can study the data around them to get what you want.


L. Spiro

Re: [Help]Retrive Listview Data

PostPosted: Fri Oct 14, 2011 11:16 pm
by TopHat
Okey, thank you very much. Your wisdom helps alot. :wink: