Jotomicron
New member
- Joined
- Sep 18, 2006
- Messages
- 2
Hi.
Im 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 this.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.
[Broken External Image]:http://www.geocities.com/jotomicron/Cards.PNG
What do you advise?
Im 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 this.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.
[Broken External Image]:http://www.geocities.com/jotomicron/Cards.PNG
What do you advise?