|
-
Jul 12th, 2006, 05:26 PM
#1
Thread Starter
New Member
Loading PicBox from memory (binary data)
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|