views:

63

answers:

2

Instead of a regular progress bar, how can I make a circle with spokes that rotate telling the user that that my program is loading?

EDIT: I want it in Windows Forms

Ok thanks Tim, your solution works. I had to set the image by code since importing it in the designer froze it up.

+3  A: 

I normally go to http://ajaxload.info/ and put one of their animated GIFs in a PictureBox.

Tim Robinson
A: 

This is the one I actually used in one of my apps Circular Progress indicator.This second one is for WPF apps.

celavek
Pure XAML: http://gallery.expression.microsoft.com/en-us/AnimatedBusyControl
FuleSnabel
@FuleSnabel nice :)
celavek