Reputation: 3848
Is this possible ? if yes how ? I am creating a windows application, which makes multiple web queries. I want the interface to have a loading symbol, so that the user doesn't feel that the screen has frozen. Thank you.
Upvotes: 2
Views: 683
Reputation: 3120
Yes, I've already done it. Just use a PictureBox control, and set the gif image on it.
Upvotes: 2