Results 1 to 2 of 2

Thread: Beginner, Need Help w/Moving PicBoxes

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    Canada... eh?
    Posts
    1

    Unhappy Beginner, Need Help w/Moving PicBoxes

    OK, I've been trying to figure this out for quite some time but I just can't figure it out. I can move the Picture Boxes fine but the problem is when the picboxes move over each other, the back of the pic boxes overlap the one behind it (this is a duck gallery shooting game btw) Can someone Please help me???

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    What exactly do you want them to do? If you want to ensure that one control (picturebox in this case) is on top of another then you can invoke the .BringToFront method, which will force it to the top of the form in z-order. If you want the two images to blend, that's more complicated (probably an example on the forum by MrPolite).

    Control.BringToFront:
    ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemwindowsformscontrolclassbringtofronttopic.htm

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