I am creating an application which displays some messages and its directions in the DataGridView. I would like to replace some columns content with pictures. For example I would like to replace number 0 which represents the incoming call with a green arrow (some .jpg image).
Does anyone know how this could be achieved?
Thanks!
We stored the images in the resource file as BMP files. Then, we handle the CellFormatting event in the DataGridView like this: