Update

As per formlesstree4's request, I tried to mimic the progressbar's features and added a few new properties:

  1. Minimum
  2. Maximum
  3. Value
  4. Progressbar Style


With the progressbar styles you have 2 options:
  1. Marquee
  2. Continous


Something that I don't like that perhaps one of y'all could enlighten me on is: if the progressbar style is continous, you have to call Me.Refresh after updating the value in order to redraw the control to reflect the updated value.

File
Attachment 91277

Also, try setting either the circle_color or the rotate_color to Me.BackColor and the arc_length to 300. It looks pretty cool :P