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

مشاهدة النسخة كاملة : Custom progressbar doesn't update



C# Programming
09-23-2009, 01:50 AM
Hi there,

I use a custom progressbar with text in a custom control and I update the text with a timer.The text is shown and everything works but the text over the progressbar mess up instead of being updated.When I minimize the main form and maximize it back, it updates. All of my attempts(using update(),*******() and invalidate()) are useless.Could you please tell me what I should do?
note: I use the same control on another form but this time not in a custom control and it works like a charm