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...
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...