views:

99

answers:

2

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.

+2  A: 

Yes, I've already done it. Just use a PictureBox control, and set the gif image on it.

Fabio Gouw
Here's a very simple example: http://www.megafileupload.com/en/file/219898/GifTest-zip.html[]'s
Fabio Gouw
thank you!................
Egon
+1  A: 

You should use the standard progress bar control.

Byron Whitlock