DrawString on a ProgressBar

  • Thread starter Isaias Formacio Serna
  • 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top