how to add a image in a datagridview cell from resources | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to add a image in a datagridview cell from resources

..

27th Jun 2016, 3:35 PM
Narita Marcel
Narita Marcel - avatar
3 Answers
+ 1
kindly purchase a copy of microsoft visual C# step by step. john sharp
28th Jun 2016, 2:11 AM
Hirak Dey
Hirak Dey - avatar
+ 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
4th Jul 2016, 12:57 PM
Artemis Ariamehr
Artemis Ariamehr - avatar
+ 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
12th Feb 2017, 5:17 PM
mohammad ghaderi
mohammad ghaderi - avatar