[python-win32] Getting the text out of a listbox from another process

João Paulo Fernandes Farias jpaulofarias at gmail.com
Sat May 20 17:47:16 CEST 2006


Hi!

Is there a way to get the text of the items in a listbox running in
another application?

I've tried to send LB_GETITEMDATA message to the listbox and it
returns the addresses of the text (I think). How do I get the text?
I've tried win32gui.PyGetString(addr) but it does not works.

Thanks for the help!

--
JP


More information about the Python-win32 mailing list