Marce22
02-12-2005, 12:47 PM
Alright,
This has puzzled me for well over a week, and I am simply at a loss. I have a picture box (picture1), that has an image in its hdc. Now, I'd like to send this picture in the hdc to another picture box (picture2), so I can then, for example do:
savepicuture picture2.picture, "c:\asdf.bmp"
Now here's where it gets trickier. Picture1, where the hdc is stored, is not visible...
You can see the attached project my attempt to figure this out by clicking on the command button. Please help! :confused:
This has puzzled me for well over a week, and I am simply at a loss. I have a picture box (picture1), that has an image in its hdc. Now, I'd like to send this picture in the hdc to another picture box (picture2), so I can then, for example do:
savepicuture picture2.picture, "c:\asdf.bmp"
Now here's where it gets trickier. Picture1, where the hdc is stored, is not visible...
You can see the attached project my attempt to figure this out by clicking on the command button. Please help! :confused: