The poster wanted to read an image into a byte array and had posted some sample code.
This is a concept that some time ago, I created several test projects when I wanted test the posibility of storing objects in a database.
I looked upon the image as being just another object and thought that a similar technique could be applied and set about creating a sample project.
I followed the same steps as detailed in my reply:
With any luck, when the application is run, the resulting form should look similar to the one as pictured bellow:
If the code was pasted correctly, clicking the 'Serialise' button should invove the buttons click method where:
- the background of the source image is serialised into a byte array
- the byte array is de-serialised into an image
- the image is set as the background of the destination image

The sample project can be downloaded from here: http://www.box.net/public/14kiat6na7
The original post can be viewed here: CodeProject C# Forum