J
J L
I am using
SendMessage(me.Handle, WM_SETREDRAW, False, 0)
to prevent my form form displaying during my update of a listview.
During the update I possibly change the size of both the listview and
the form containing it.
My problem is that if the new form is larger than the old one, all is
fine. But if it is smaller than the old one, the image of the old one
remains outside the bounds of the new form.
Does that make sense and how can I eliminate this behavior. I use
me.Refresh after I turn the redraw back on.
TIA,
John
SendMessage(me.Handle, WM_SETREDRAW, False, 0)
to prevent my form form displaying during my update of a listview.
During the update I possibly change the size of both the listview and
the form containing it.
My problem is that if the new form is larger than the old one, all is
fine. But if it is smaller than the old one, the image of the old one
remains outside the bounds of the new form.
Does that make sense and how can I eliminate this behavior. I use
me.Refresh after I turn the redraw back on.
TIA,
John