المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Control won't update



C# Programming
09-07-2012, 04:10 PM
I built a control which I try to send a value to, however the control doesn't update. What must I do to have the value update.

Within the main control I have a smaller numericUpDown control. I send the value to a method within the main control. Though the value is updated programtically, it does not update on my screen.

The main control is set in a tab control on my form, yet was built in a separate library where I send the value to be updated.

I made this as a control because I access it in 2 separate forms.

Any help would be greatly appreciated.
Michael