Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Loading Circle in Visual C# 2010?

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.

like image 875
airplaneman19 Avatar asked Aug 14 '10 11:08

airplaneman19


1 Answers

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

like image 52
Tim Robinson Avatar answered Sep 22 '22 10:09

Tim Robinson