I'm building a WinForms app that generates a .gif file. I am achieving this through the GifBitmapEncoder class, which stores the resulting gif.
What I'd like to know is how I can put whatever was generated inside of a PictureBox control. A search has yielded things that are close to what I want, but don't quite get there (this post, for example, shows how to do it without code, but that doesn't really help me).
Does anyone know how to achieve this?