admin
If you ever tried to add a animated GIF to your image control in WPF, you’d be disappointed to find that it doesn’t play and merely shows the first in your image sequence. Here’s a combined list of ways and work arounds for this problem.
Here’s the best solution I found, a working animated gif control (host):
Written by Greg E. Wilson on Pragmatic TSQL Programmer.
http://www.solidrockstable.com/blogs/PragmaticTSQL/Lists/Posts/Post.aspx?ID=37
The...