How do I copy an array of bytes to a pictureBox?
I need a fast (least amount of processor time) way to display an array of bytes to a form. I have created a form with a pictureBox located at one corner and would like to be able to copy an array of bytes (The array of bytes wil contain some sort of graphic) to the pictureBox so that it becomes instantly visable. I do not wand to load the bitmap from a file and then dispay it, I just want to copy an array of bytes to a pictureBox or whatever control would be best for the job.