DrawString on a ProgressBar

  • Thread starter Thread starter Isaias Formacio Serna
  • Start date Start date
I

Isaias Formacio Serna

I'm trying to to draw a string in the middle of a progress bar, I tried
first to inherit the control in order to override the OnPaint function, but
it's a sealed control so I guess this won't work, then I tried to add an
Event Handler to the instance and the Paint event just doesn't seem to fire,
does anybody know some way to achieve this??

I'll appreciate your help, regards,

Isaias Formacio
 
Back
Top