Results 1 to 2 of 2

Thread: BitBlt

  1. #1

    Thread Starter
    Addicted Member RCharlton's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    202

    Exclamation

    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

  2. #2
    Member
    Join Date
    Aug 2000
    Posts
    32

    Wink

    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
    VB 6, SQL, Java, AutoLISP, Avenue and on a good day AML

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width