I cannot, for the life of me, get a picture box to work. I've googled
to death and I cannot find an example that works.
Here is what I have so far:
$Image = Image.Load("/home/keithclark/" & ISBN.text & ".jpg")
BookPictureBox.Picture.Image = $Image
And all I get back is Null Object error.