Darc Posted April 18, 2003 Posted April 18, 2003 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??? Quote
*Experts* Nerseus Posted April 18, 2003 *Experts* Posted April 18, 2003 You won't be able to use picturebox's for that type of game. The transparency doesn't layer on top of other picturebox controls. You can use GDI+ to do all the drawing through DrawImage calls (on a Graphics object), or you can use something like DirectX9 (which includes DirectDraw for 2D drawing). -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.