How can I create a CodeDOM statement to accomplish the following
this.pictureBox .Image = <Convert the binary value of the picture from the XML file and display>
I have tried the following without any success......
MemoryStream ms = new MemoryStream(Co nvert.FromBase6 4String((String )ControlPropert yTable["Image"]));
//Load the...