For this test I'm using Contacts.accdb from Microsoft Press and the table tblContacts which have a photo in Cell 26.
In the datagrid I only see the name og the file.
I want to show the picture in a picturebox.
To fill a text box I use
textBox1.Text = Convert.ToString(dataGridV
How do I fill a picturebox?
Replies
Know the answer? Post it — somebody with the same question will find it here.