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
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to