Chris Farmer <H313AGF@aol.com> schrieb im Beitrag
<utrZOIECJHA.4340@TK2MSFTNGP02.phx.gbl>...
> yes the problem was setting MYBM to the same stdpicture
> instead of using two picture references for the same picture.
> set MYBM1 = the picture
> set MYBM2 = the picture
> Then I can select each of these into the two HDC's
Is there a reason for the use of a picture object? Since the picture object
'contents' is first retrieved from a DC and later selected into another DC
there is no need for using a picture object - unless the picture object
doesn't get manipulated somewhere else with special picture object methods
of VB.

Signature
----------------------------------------------------------------------
Thorsten Albers albers(a)uni-freiburg.de
----------------------------------------------------------------------
Chris Farmer - 28 Aug 2008 23:00 GMT
Yes the picture object is what the user sees in the Picture Box
I'm just using the 2 memory DCs to manipulate regions of this picture and
bitblt it back to the picturebox based on the users interaction.
Its all working fine now, thanks
Chris
> Chris Farmer <H313AGF@aol.com> schrieb im Beitrag
> <utrZOIECJHA.4340@TK2MSFTNGP02.phx.gbl>...
[quoted text clipped - 10 lines]
> doesn't get manipulated somewhere else with special picture object methods
> of VB.