Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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 Private Sub DrawProgress(g As Graphics, rect As Rectangle, percentage As Single) 'work out the angles for each arc Dim progressAngle =



This post first appeared on Ultimate Programming Tutorials, please read the originial post: here

Share the post

Circle Progress Bar Control for VB.NET

×

Subscribe to Ultimate Programming Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×