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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top