-
I am using
Declare Function BitBlt(DrawOn as Object...)
This function, when you have set a few other variables, copies an image from an image box onto the drawon object. I need to use this for my card game so the card can be dragged
smoothly. A problem occurs though when the card is dragged under another object. The DrawOn object is the form in this case, and however I try to configure the object (a picture box) as transparent the card is hidden underneath. I have tried DrawOn as the picture box, but then only half the card shows - the other half is hidden as the picture box is not very good. Could someone please help. Thanks
-
Playing around with the RasterOpConstants may help
search on RasterOp Constants in help and that will give you the complete listing of them.
HTH
Phil