This is a continuation from the post I had several days ago. At the moment I have a class called die and a collection class called dice. They both work well and have properties that one would expect and a method for each call .roll(). The die class allows for a die of sides 1 through 20. (These are the limits I put into the constructor.) Now I would like to make a "physical" representation of the die class on the screen. I have thought about bitmaps for the values, so if you roll a 3, the image control shows a die with 3 black spots on it and so on. I would like to incorperate the back end logic, methods, properties, with the front end representation of the die.value. Can someone point me in the right direction to tie a control with my class? Please don't give it all away, because I would like to use this as a learning experiment. I just don't know where to start.
Thanks,
Foundry
Thanks,
Foundry