Visual basic circular progress bar

前端 未结 4 1290
耶瑟儿~
耶瑟儿~ 2021-02-09 14:49

I\'m trying to make a software with good UI , but i\'m not professional in VB ... How can i make a circular progress bar ?

for Example

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 15:40

    @faresabb2 In the Form2.Paint sub at the very start of the code, put

    e.Graphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality
    

提交回复
热议问题