|
Well to get started find 10 pictures that are the same size. Add then to your resourse file. Make a Dialog with 4 picture boxes, a lable, and a button on it.
The picture boxes will hold the pictures (ha ha). The button will spin. The Lable will tell the user how much money is left.
Now deside what the the *win* condition are.
Most of your code will go into the click procedure for the button. you need 4 variable to determine what pictures to display (I am assuming that there is no "rolling picture" required). Set each variable to a random number between 0 and 9 and use that to select what picture to display. Then check the win conditions to see if the variables meet any of them. If not, subtract from the users total, else add to it.
The rest is up to you.
|