0
how to add a image in a datagridview cell from resources
..
3 Antworten
+ 1
kindly purchase a copy of microsoft visual C# step by step. john sharp
+ 1
first step need add image kind column in data grid view then add images u want to resources then u can use codes like this this code keep an image from resource
var bmp = new Bitmap(WindowsFormsApplication1.Properties.Resources.myimage);
but u need code for add row then use for command to give u row and column index to fill datagramview
+ 1
hi
i have a datagridview and i want to when double ckick on any cells ,open the form to edit cell.please help me