I would like to know how can I display a database image in a form in vb.net
It's something like the following:
info.TextBox5.Text = DataGridView1.SelectedRows(0).Cells(5).Value
Only this code I use to display database text in a new form. How can I do this with an image?