Circle Progress Bar Control for VB.NET

Circle Progress Bar Control for VB.NET
Add a new User Control and add these codes in it : Dim _Myrr As Integer Public Property rr As Integer Set(value As Integer) _Myrr = value End Set Get Return _Myrr End Get End Property ...