I have Windows Forms application
and while some operation is in progress i want to show Spinning Wheel:
http://preloaders.net/en/search/circle
So i created pictureBox
and while my operation is in progress i want to see that Wheel
but i want it to seen like in web pages, i want it over my controllers at the middle of the application and if it possible i want the rest of my application become vague.
is it possible ?