hello all
In a cells of a datagridview I place a gif image name new.gif .
I can show it immediately after the the form load even
I try to print this datagridview cell(0,0) value which is an image name new gif:
Object imgobj= dataGridView1.Rows[0].Cells[0].Value;
but then I do not know how to change this imgobj to something which can be printed
and the printed result show the "new.gif" image
hope someone teach me please
thank you
denny