Quick: Can you spot the problem with these three lines of code? BitmapImage bi = new BitmapImage (); bi.SetSource(stream); TheImage.Source = bi; These statements create an image from a stream of PNG or JPG image bits and display the image by assigning Read More...