I want to show a customized gif image as a loading spinner indicator for a long processing task in WPF. How can I achieve the same?
Asked
Active
Viewed 626 times
0
-
1Read [this post](http://mattgemmell.com/what-have-you-tried/). – Federico Berasategui Jul 16 '14 at 18:05
-
One way would be to google something like: wpf custom image indicator which would lead you to a post like this: http://stackoverflow.com/questions/21712787/is-it-possible-to-change-the-busy-animation-in-the-busyindicator-of-extended-wpf – sous2817 Jul 16 '14 at 18:16
-
I cannot use any 3rd party or extended toolkit. Can this be achieved via creation of a user control in wpf itself. – RohanDsouza Jul 16 '14 at 18:32
-
Does this help at all? http://stackoverflow.com/q/19694640/1001985 – McGarnagle Jul 16 '14 at 20:44
-
What about this solution here http://www.codeproject.com/Articles/71891/WPF-GIF-Animation – Ketobomb Jul 17 '14 at 11:10