Hi,<br><br>I have a byte array b() which contains a bitmap image. I can save it to disk as a file with a .bmp extension, and paint will open it no problem. I can also put it in a database and retrieve just fine. <br><br>But, what I'd like to do is disply it in a picture or image control *without* doing any of that. Just display it with somthing like 'set picture1.picture = b()', which of course doesn't work. Does anybody know of a way to do this?<br><br>Thanks all,<br><br><br>Julio<br>