|
PROBLEM:
I have made custom contorls and used them in a few projects. Is there a way, that when changes are made to a custom control, it does not have to be re-drawn on the form manually.
For example, if i use a custom control ten times in an application, then make changes to that control i have to re-draw it ten times, this becomes a little tedious. Is there an easier way to automate this. |