Panel Refresh problem
-
Hey guys I have an MDI form that has a panel across the top for displaying business information. Whenever any of this panel is updated..I get this nasty bleeding effect where i can see through the borders of the labels etc. Has anyone ever seen anything like this?
-
Hey guys I have an MDI form that has a panel across the top for displaying business information. Whenever any of this panel is updated..I get this nasty bleeding effect where i can see through the borders of the labels etc. Has anyone ever seen anything like this?
Not seen this but have you tried calling its
Invalidate()
method to force a redraw? If it's the panel's child controls that are the problem callInvalidate(true)
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)