J
John Charbonneau
I'm painting the entire background of a form. My question
is is it necessary to call base.OnPaintBackground
(pevent); before I do my painting?
I don't want to call it because it paints the form with
the default color - a waste of time, and it causes
flickering.
Not calling it doesn't seem to cause any problems.
Thanks,
(e-mail address removed)
is is it necessary to call base.OnPaintBackground
(pevent); before I do my painting?
I don't want to call it because it paints the form with
the default color - a waste of time, and it causes
flickering.
Not calling it doesn't seem to cause any problems.
Thanks,
(e-mail address removed)