Re: [python-win32] PyCListCtrl.GetItem() across processes

2005-05-24 Thread Michael Maurer
> Hello, I am trying to read the contents of a CListCtrl. The > control is in a window owned by a non-python process. I answered my own question... The problem was indeed that the PyCListCtrl implementation assumes the LV_ITEM memory is in the same process as the list control. If you allocate

[python-win32] PyCListCtrl.GetItem() across processes

2005-05-10 Thread Michael Maurer
Hello, I am trying to read the contents of a CListCtrl. The control is in a window owned by a non-python process. I can get pretty close but ultimately get a failure from PyCListCtrl.GetItem(). I think it's because the python layer is passing a pointer from its own address space to a different