That’s the image in Base64 encoding. It is embedded in the application. It can also be an external image. If you want/need this then just change make the modifications below. This might be a bit more manageable if the picture needs to be changed for some reason.

Change this:
 Code:
....
$PictureBox1.Image = PictureBox1Image()
....


to:
 Code:
....
$PictureBox1.Image = $System.Bitmap("path_to_image\image.gif")
....


And delete the Function PictureBox1Image() section including the Endfunction at the end.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.