I've been having some difficulty saving an image file within a stream with other data. The current application Form I have been working on has an image file plus a variety of other data. I'm able to write all of the other data too the stream I have been meeting with a big hurdle of trying to save the image file into the same binary stream as the rest of the data. I'll also need to be able to retrieve the image data from the stream and load it back into the app form. If anybody could help with this it would be apreciated.