How do I put text on ProgressBar?

后端 未结 9 1367
一向
一向 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:53

    I wold create a control named for example InfoProgresBar, that provide this functionality with a label or two (Main Job, Current Job) and ProgressBar and use it instead of that ProgressBar.

提交回复
热议问题