Hi,
my problem is probably simple but I haven’t found a solution anyway. I want so
select items from an item list that allows multiple selections.
I have got the handle of a SysListView32 control and the item index of the item
I want to select.
How can I arrange this in pywin?
Every help is a
PyGUI 2.3.1 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
This version incorporates a modification that I hope will
improve the behaviour of ScrollableViews on Windows with
pywin32 builds later than 212.
(There are still problems with it, though. If the Scrollable
View
[email protected] wrote:
> my problem is probably simple but I haven’t found a solution anyway. I want
> so select items from an item list that allows multiple selections.
>
> I have got the handle of a SysListView32 control and the item index of the
> item I want to select.
>
> How can I arra