|
-
Apr 18th, 2003, 05:55 PM
#1
Thread Starter
New Member
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???
-
Apr 18th, 2003, 06:43 PM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|