views:

73

answers:

0

Hi, I am using an picturebox to show the wait gif animation when user presses 'log in' button in my C# form. I added the gif image to the picturebox and set visibility to false. When user clicks on the login button i set the visibility of the picturebox to true. the problem is that gif animation does not appear if set the visible property to true.

Please advise.

Regards, John.