[python-win32] Rewriting my previous question....

2006-05-20 Thread João Paulo Fernandes Farias
Hi! I'll rewrite my previous question... How do I get data from another process using win32gui.SendMessage() when it needs some pointers to fill in the data? I know it is more likely possible cause winspector can show the text from some messages like LVM_SETITEMTEXTA where the user uses a pointe

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

2006-05-20 Thread João Paulo Fernandes Farias
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