Greets to all,
This is all I have so far...well for this piece I am working on.
heh. there is a whole slew more..but this is what I am looking at:
[Broken External Image]:http://members.cox.net/laeys/img/diceKeeper.JPG
I want to be able to click the This Roll column anyone of the five pictureboxes inside the groupbox, and have them stack over into the Keepers column. For example, if you were to click the 6 in this image, then click the 2 the 6 would be at the top of the Keepers column with the 2 beneath it.
Like this:
[Broken External Image]:http://members.cox.net/laeys/img/diceKeeper2.JPG
No matter what I have tried, I get a runtime error. Looking for any pointers or assistance. I thank you in advance for your time.
Laeys
This is all I have so far...well for this piece I am working on.
Code:
Private Sub KeeperClick(ByVal sender As System.Object, _
ByVal e As System.EventArgs)
Handles picDie1.Click, picDie2.Click, picDie3.Click, picDie4.Click, picDie5.Click
End Sub
heh. there is a whole slew more..but this is what I am looking at:
[Broken External Image]:http://members.cox.net/laeys/img/diceKeeper.JPG
I want to be able to click the This Roll column anyone of the five pictureboxes inside the groupbox, and have them stack over into the Keepers column. For example, if you were to click the 6 in this image, then click the 2 the 6 would be at the top of the Keepers column with the 2 beneath it.
Like this:
[Broken External Image]:http://members.cox.net/laeys/img/diceKeeper2.JPG
No matter what I have tried, I get a runtime error. Looking for any pointers or assistance. I thank you in advance for your time.
Laeys