PDA

Click to See Complete Forum and Search --> : Need a Pain Job!


davecooper
Sep 22nd, 2000, 12:09 AM
I have an "always on top form" on top of a main form where autoredraw is true. VB is not very conscientious about forcing the paint event of the main form when the top form is moved. I need to force the paint event. I have a convoluted method involving a timer that checks to see if any change in left or top has occurred, in which the top form can refresh the main form. Is there a more elegant way to make this happen?

Thanx

Mad Compie
Sep 22nd, 2000, 01:53 PM
When AutoRedraw=True, there is NO paint event!