Hi,
I'm creating an AutoIt script to put an overlay over a non-unicode program, to provide the ability to put unicode text over it.
I have successfully created labels and buttons on this overlay.
However, now I need to create a listview and listviewitems.
The first problem (and less important) is that the code to create the listviewitems is dead slow in my program. I ran it in a standalon program and the exact same listviewItem creation code zips along.
But the main problem I have