Good Day,

Please help me with my project,

Example:

I have datagrid with field "Picture", and i have also picturebox "Picture1".
If im going to click my datagrid field "Picture", the picture must be
loaded to my picturebox "Picture1".
Im trying this code:
.Picture1.Picture = DataGrid1.Columns("Picture")
But i receive error "type mismatch".
Please help me...

Thank you.