Flickerless Graphics Problem

Nov 13 2003 12:09 PM
I'm using SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint |ControlStyles.DoubleBuffer, true) to create flickerless drawing in a custom graph control I'm using. Everything works great, except that when another window passes over the control, the invalidated area isn't being redrawn correctly. Has anyone else encountered this problem?

Answers (2)