Hi, I am currently using the.net framework, new to it, and having some difficulties trying to create what I want. In my sparetime, i created a slot machine app for fun, everyting is working as it should, but I cant get the effect to make it look as if the collumn is actually spinning. Visual basic 2008 slot machine code. These bets will visual basic 2008 slot machine code follow the same win and loss rules as the bet they accompany. It just presents the facts of the games, as well as the strategies to use (and the visual basic 2008 slot machine code ones to avoid.
- Visual Basic 6 - Simple Slot Machine Code
- Slot Machine Visual Basic Form Code
- Visual Basic Code Download

Visual Basic 6 - Simple Slot Machine Code
I'm suppose to create a Slot Machine game. The user starts with 100 tokens. With each 'pull', the user loses 1 token and the computer 'spins' three wheels, each consisting of the numbers 1, 2, 3.If all are 1, the user gets 4 tokens; If all are 2, the user gets 8 token; IF all are 3, the user gets 12 tokens. The number of tokens that the user has should display on the form and the result of the spin should be display in a message box. This is my code so far:
Slot Machine Visual Basic Form Code
I don't know how to keep the count of the number of tokens, and have the messages display when a set of numbers are the same. Can you tell me what I'm missing or what I need to include? I just need HELP!!! (lol)
- 4 Contributors
- forum7 Replies
- 786 Views
- 1 Week Discussion Span
- commentLatest Postby asarchit65
Visual Basic Code Download
When the same numbers appear on the form, it still says Try Again, how do I get it to say the amount of tokens the user have won?