I'm having bigtime problems with this one. I have an array of data, which I loaded in of RAW format. The first n (width*height) number of pixel intensities is the red plane, the next n number of intensities is the green plane, etc. I need to display this in a quick fashion into a picturebox. Using the pset command to pset each pixel in a loop is rediculously slow. I can't seem to get any other method to work. This one is really stumping me and the performance of my application is really really suffering. PLEASE HELP. Source code is greatly appreciated.
Thanks,

-Richard