byte() to string()

  • Thread starter Thread starter Piedro
  • Start date Start date
P

Piedro

Hi

I've got a blob field in a database and I need to place it in an
invisible textbox and then convert it to an image and place it in a
picturebox. I know it sounds weird but this is the way I have to do
it, my problem isn't converting the blob data to an image and place it
in a picturebox, but I've trouble with placing the byte array (from
the blob field) in the invisible textbox, any help would be helpful
;-)

gr Peter
 
Back
Top