You must call Control.Update() after Control.Invalidate() to get the desired effect. Or make your life slightly easier by simply calling .Refresh().
colithium
2009-03-14 09:21:08
You must call Control.Update() after Control.Invalidate() to get the desired effect. Or make your life slightly easier by simply calling .Refresh().