
VB4a/32: Problem displaying hourglass on ListView Column Sort
When I click on a columnhead in ListView1
I sort the column - standard behavior.
It can take awhile so I want to show the
hourglass so I set the mousepointer before
doing the sort. The problem is that it
doesn't change the pointer on the screen
when I do a REFRESH or a DOEVENTS
In fact, doing either command causes the
column header line to go partially or
completely blank until the sort is done.
I tried setting the mousepointer for
SCREEN, FORM, PICTURE1
All had the same result as above.
Any ideas?
The form has a picturebox control which contains
a listview control. That's all.
Thanks in advance for your help.
Lilla