images

  1. SiamIT

    Question Loading GIF Picture From File Works But Not From Memory

    I am facing a weird issue, i need to load GIF image/picture from memory to picture box. It's works fine for non GIF picture, but for GIF it throws GDI error. A generic error occurred in GDI+. here is my test codes to show you the error public partial class Form1 : Form {...
  2. Manie Verster

    Dynamically create picture boxes with multiple images in Windows Forms

    Hi there, I want to create picture boxes programmatically from a data table and then to each of these picture boxes add multiple images from a data table in my code in C#. I got it this far but now using the time ticker I want to loop these images like a slide show. Here is my code so far...
Back
Top Bottom