Código vb.net:
Ver original
Dim imgBytes As Byte() = DirectCast(myDs.Tables("contacto").Rows(currentRow)("foto"), Byte()) Dim image As New Bitmap(New System.IO.MemoryStream(imgBytes)) pic_empleado.Image = image
les agradeceria mucho con su ayuda