I am trying to show an animated gif on my form. Something similar to this..
http://www.parda.com/images/loading_circle.gif
Reason; I have a very long process and it was suggested that the user be notified that the process it still working. So I can at the start of the process mark it visible true, then at the end visible false.
So, the picture element does not allow the gif to animate. The webbrowser control does, however the webbrowser control has scroll bars that from what I see are nearly impossible to remove, resulting in a functioning loading gif... but ewww its ugly.
I am looking for solutions, recommendations, suggestions, advice... any experience you might have with this type of thing. I thought of multiple images on a timer event.. but that sounds messy as well. Any help would be great.