DE DATAGRID PARA PICTUREBOX

THRON 17/02/2016 13:55:18
#457778
Boa tarde galera,


Achei que a lógica seria esta:

  Picturebox1.Image = DataGridView1.CurrentRow.Cells(3).Value 


Mas tenho que converter de [ô]System.Byte[][ô] no tipo [ô]System.Drawing.Image[ô], como faço isso??
THRON 17/02/2016 13:57:29
#457779
Descobri auhsdiuasd


  Dim bits As Byte() = CType(DataGridView1.CurrentRow.Cells(3).Value, Byte())
Dim memorybits As New MemoryStream(bits)
Dim bitmap As New Bitmap(memorybits)
Picturebox1.Image = bitmap
KURTGU 17/02/2016 14:02:05
#457782
Segue em anexo...
KURTGU 17/02/2016 14:16:41
#457784
desculpa mandei no post errado...que bom que conseguiu resolver...
Tópico encerrado , respostas não são mais permitidas