|
I'm testing the datagridview and i have this problem: I have a msaccess database with the path to where my images are. I use a dataset to retrieve this path, each row of the dataset has a different image. How do i show this images in the datagridview image column that i have in my form, because the bind of the dataset with the datagridview workd fine them as expected the program crashes when trying to paint the datagridview. Do i have to raise the paint event and paint each cell or theres other options, some code would help Thanks in advance. |