Page 1 of 1

Reading Listbox values of other window

Posted: Sat Mar 14, 2015 4:46 pm
by Otrebor
Hi

Since it is not specific PB, i'm posting here.
First i tried this to know how many itens:

Code: Select all

count=SendMessage_(Listbox_handle, #LB_GETCOUNT, 0, 0)
But does not work...

Can anyone help me with it?
Thank“s