Hello
I am a VB student and have a little homework problem I need some help on. It is a lottery program in which there are three different lotto games to play. (Lotto - 6 numbers, Fantasy-5 numbers, Pick 4 - 4 numbers) Whenever the user wants to get lotto numbers the program will generate a set of random numbers. In additon, no duplicate numbers are allowed in Lotto or Fantasy. I need to display the lotto numbers in labels inside of shape controls. I am suppose to use control arrays for the shape controls which I have done on my multiple form project. One form for each lottery game the user wants to play, with a StartUp form for the selection of which game you want to play. On the StartUp form I need to offer a menu. This menu offers the user a choice of colors for the shapes and fonts for the controls on the form which has the game they wish to play. (ie - the goal is to have the menu change the controls on the form which has the game). I am using For - Next statements but it just isn't working correctly and I can't get the menu options to work at all. My code must be wrong.
I would greatly appreciate your help in helping me in my code woes.
Thanks so very much !!!
VbAche
[sig][/sig]
I am a VB student and have a little homework problem I need some help on. It is a lottery program in which there are three different lotto games to play. (Lotto - 6 numbers, Fantasy-5 numbers, Pick 4 - 4 numbers) Whenever the user wants to get lotto numbers the program will generate a set of random numbers. In additon, no duplicate numbers are allowed in Lotto or Fantasy. I need to display the lotto numbers in labels inside of shape controls. I am suppose to use control arrays for the shape controls which I have done on my multiple form project. One form for each lottery game the user wants to play, with a StartUp form for the selection of which game you want to play. On the StartUp form I need to offer a menu. This menu offers the user a choice of colors for the shapes and fonts for the controls on the form which has the game they wish to play. (ie - the goal is to have the menu change the controls on the form which has the game). I am using For - Next statements but it just isn't working correctly and I can't get the menu options to work at all. My code must be wrong.
I would greatly appreciate your help in helping me in my code woes.
Thanks so very much !!!
VbAche
[sig][/sig]