Problem with Panel.Invalidate()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ambavilli
    New Member
    • Feb 2015
    • 1

    Problem with Panel.Invalidate()

    Hi friends,

    I am working on real time projects.
    I have developed a design tool using .net user controls in windows forms. During run time the user controls color will be changed based on some input value.

    For control updation I am using Panel.Invaidate (), but if a greater of user controls are used, then for updating all the controls it is taking more time. But I have limited time 100 milliseconds only.

    Can any one can guide me...
    Last edited by Frinavale; Feb 19 '15, 02:28 PM. Reason: Edited grammar
Working...