I have Access table with fields, in which there is some data and path to the image.
I’ve created DataGridViewImageColumn, and then I have no idea, how to load some image from some path, and how to work with it.
here is the form
http://imageshack.us/photo/my-images/833/97095287.jpg/
the field with path is hidden, and you see, there is some image column
here is the sample code of how to put images in a cell in a DataGridViewImageColumn