Hello,
I would like to display an animated gif on a .NET Compact Form
.
Currently I use a PictureBox
control and toggle between
.Visible = true
and .Visible = false
.
After .Visible = true
the gif is shown however it's not animated. How can I get the .NET Compact Framework to animate it?
I already tried this but it doesn't work.