Jotomicron
09-18-2006, 04:24 PM
Hi.
I'm trying to design a card game and need to show the user its own hand. I first tried using PictureBoxes, but the problem is with transperency (see image at the end). Then I used Me.CreateGraphics() to draw the image directly into the form, but besides being much more dificult to handle, I need to have some events so that I know when the mouse is over the Image, when the user has Clicked the image and so on.
http://www.geocities.com/jotomicron/Cards.PNG
What do you advice?
I'm trying to design a card game and need to show the user its own hand. I first tried using PictureBoxes, but the problem is with transperency (see image at the end). Then I used Me.CreateGraphics() to draw the image directly into the form, but besides being much more dificult to handle, I need to have some events so that I know when the mouse is over the Image, when the user has Clicked the image and so on.
http://www.geocities.com/jotomicron/Cards.PNG
What do you advice?