I just found a form which overrides OnPaintBackground. The weird thing is that it is never called! Like, at all. Why is this? The form is refreshed, moved, resized, etc, etc, so it should have to do some repainting right?
I just found a form which overrides OnPaintBackground. The weird thing is that it
Share
Does it have SetStyle(ControlStyles.UserPaint, True) set? Or, does it have a control with Dock set to Fill?