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.
Is this possible ? if yes how ? I am creating a windows application,
Share
Yes, I’ve already done it. Just use a PictureBox control, and set the gif image on it.