Click to See Complete Forum and Search --> : How can I read this Listview?


sebmajin
December 8th, 2006, 11:49 AM
I'd like to be able to read the results from the listview that I've outlined in blue in the attached photo. Spy shows the class as Afx:400000:28:10011:0:0. It appears to be a listview however I've had no luck with sending standard messages such as LVM_GETITEMCOUNT, LVM_GETITEMTEXT. Also watching the messages on spy shows that the window updates using WM_PAINT. Just wanted to see if anyone here had any ideas? Thanks for your help!

MrViggy
December 8th, 2006, 05:39 PM
I think this has been asked before. PokerStars uses a custom "window". In other words, you can't.

Viggy

MrViggy
December 8th, 2006, 05:40 PM
Let me re-phrase that, you can't use plain old WinAPI messages to read the data.

Viggy

sebmajin
December 8th, 2006, 06:05 PM
Okay so how can I read it then? I know there must be a way to do it as I've seen several commercial products read it without problem.

MrViggy
December 8th, 2006, 06:22 PM
OCR?

Viggy

sebmajin
December 8th, 2006, 06:53 PM
I'd prefer to avoid OCR if possible.