I would like to display an animated gif on a .NET Compact Form . I am currently using the PictureBox control and toggle between .Visible = true and .Visible = false .
After .Visible = true , the gif is displayed, however it is not animated. How can I get the .NET Compact Framework to animate it?
I already tried this one , but it does not work.
Tobias
source share