images

  1. P

    Resolved How to read text with datagridview1 - column1 and display filtered rows with datagridview2 ?

    Hi, I am using win-forms applications & c#. I wish to read the text from datagridview1-column1, and I wish to filter the table rows according to the related column1- text values & need to display it in datagridview2. Currently Iam using it from DataGridView to Listview. But because of Image...
  2. 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 {...
  3. 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