I have try gif animation load to my Picbox but nothing Animation can anyone help?
Hey alle Zusammen ich versuche imoment ein gif in meiner Picturebox zu laden
so das sie eben noch die Animation zeigt, jedoch tut sie dies nicht :/
den Einzigen unterschied den ich mache zu andern ist das ich es peer code
mache wo andere es aus der Toolbox nehmen wo es wiederum Funktioniert.
Kann mir da einer sagen was ich Falsch mache?

Code:
Dim Chest As New Bitmap(My.Resources.chest4) Public WithEvents Item As New PictureBox Item = New PictureBox() Item.Size = New Size(25, 25) Item.Location = New Point(440, 550) Me.Controls.Add(Item) Item.BackColor = Color.Transparent Item.image = chest Item.BackgroundImageLayout = ImageLayout.Stretch Item.BringToFront()