VB.NET Animated Gif to Bitmap, while retaining Anim
问题 I am coding using Visual Basic. I have a little problem however. For my program, I need to layer GIFs/PNGs. I have accomplished this by using .DrawImage() It works fine however, the GIFs are inanimate and static. I have tried using the ImageAnimator Class, however, I am a bit in the dark. I tried using the sample code from MSDN, and it is not working for me. This is probably because I don't quite understand it. Private animatedImage As New Bitmap(My.Resources._a_takingnotes) Private