C
Corey Dyke
K here's the situation, attached is a copy of the lab i have due next week.
But I won't be around for the next few days, so I 've gotta get it done
ASAP. but it's driving me crazy.
We have to design a windows application for children to use for simple
arithmetic. They must have an option button to bring up a modal dialog
which allows them to choose non-zero single digit numbers, double digit
numbers, or one of each. They can also specify a seed for the random number
generator. The application also has to validate any numbers received.
Here are the problems i'm having with it:
label_Click method: when you click on the label it's supposed to cycle
between +. -. * and / I can't seem to get this to work no matter what I try.
All in all I can't really pick heads nor tails of how to go about it. Going
to spend time tomorrow with my instructor, to see if he can clarify what i
need. But thought I'd look for help on here too, as I've gotten good help
here before.
Also, i'm not looking for people to give me code, but just to point me in
the right direction with a good explanation, or a point to a good resource.
Thanks,
Corey
But I won't be around for the next few days, so I 've gotta get it done
ASAP. but it's driving me crazy.
We have to design a windows application for children to use for simple
arithmetic. They must have an option button to bring up a modal dialog
which allows them to choose non-zero single digit numbers, double digit
numbers, or one of each. They can also specify a seed for the random number
generator. The application also has to validate any numbers received.
Here are the problems i'm having with it:
label_Click method: when you click on the label it's supposed to cycle
between +. -. * and / I can't seem to get this to work no matter what I try.
All in all I can't really pick heads nor tails of how to go about it. Going
to spend time tomorrow with my instructor, to see if he can clarify what i
need. But thought I'd look for help on here too, as I've gotten good help
here before.
Also, i'm not looking for people to give me code, but just to point me in
the right direction with a good explanation, or a point to a good resource.
Thanks,
Corey