How do I put text on ProgressBar?

后端 未结 9 1371
一向
一向 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 07:51

    I have written a no blinking/flickering TextProgressBar

    You can find the source code here: https://github.com/ukushu/TextProgressBar

    Samples:

提交回复
热议问题