-1

I have 200 animation consisting of 200 png images. What is the best way to load it in C# application and loop through it to have a smooth animation. The image size is 640x480. Thanks!

Kristian
  • 1,348
  • 4
  • 16
  • 39

1 Answers1

0

To embed resources and use them in Visual Studio/.NET, all you need to know is written here. There are plenty of other guides, actually.

Peopleware
  • 1,399
  • 1
  • 25
  • 42