Flickerless Graphics Problem
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?