2
Answers

Flickerless Graphics Problem

jimbobredneck

jimbobredneck

21y
2.3k
1
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)