How to put an image in the DataGridView?

  • Thread starter Thread starter henpat
  • Start date Start date
H

henpat

Hello all
I have a DGV and I need that an icon (image) apears depending the Status
field.
The status field is 0, 1 or 2 and I need to put three different little
pictures on it.

Thanks for your advices.
henpat
 
henpat said:
Hello all
I have a DGV and I need that an icon (image) apears depending the Status
field.
The status field is 0, 1 or 2 and I need to put three different little
pictures on it.

Thanks for your advices.
henpat

Look at adding a DataGridViewImageColumn to the DGV.

B.
 
Back
Top