Imagen en DataGridView [C#] - AprendeAProgramar.com

PHOTO EMBED

Tue Jul 12 2022 12:46:42 GMT+0000 (Coordinated Universal Time)

Saved by @javicinhio #csharp

void dataGridView1_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)
{            
    if (dataGridView1.Columns[e.ColumnIndex].Name == "Imagen")
    {
        e.Value = Image.FromFile("Foto.jpg");
    }
}
content_copyCOPY

https://www.aprendeaprogramar.com/mod/forum/discuss.php?d