Hi all.

I need to load a PictureBox with image data that I have in memory during the running of my code. I could save the image to the HD and the use the LoadPicture to load it, but that involves reading/writing to the HD, which I am trying to avoid.

Does anybody know of anyway to do this? I know the hDC of the PictureBox so I am hoping there's some whizzy GDI API call I can use to simply transfer my memory contents into the PictureBox.

Any advice or suggestions much appreciated

inf.