How do I put text on ProgressBar?

后端 未结 9 1384
一向
一向 2020-11-28 07:23

I have used ProgressBar Control in my c# desktop application.I have used it in a thread other then the thread in which control has been declared.Its working Fine. Now I am w

9条回答
  •  情歌与酒
    2020-11-28 08:09

    Alliteratively you can try placing a Label control and placing it on top of the progress bar control. Then you can set whatever the text you want to the label. I haven't done this my self. If it works it should be a simpler solution than overriding onpaint.

提交回复
热议问题