crystalattice írta:
> In my GUI app, I have a radio box allowing the user to pick his/her
> gender. When I click a button, I'd like the radio box to tell the
> program which choice is marked. I can get it to work when I manually
> pick a choice but I get an error when the choice is left at the de
In my GUI app, I have a radio box allowing the user to pick his/her
gender. When I click a button, I'd like the radio box to tell the
program which choice is marked. I can get it to work when I manually
pick a choice but I get an error when the choice is left at the default
value, which is "Male"
Laszlo Nagy wrote:
> crystalattice írta:
> > In my GUI app, I have a radio box allowing the user to pick his/her
> > gender. When I click a button, I'd like the radio box to tell the
> > program which choice is marked. I can get it to work when I manually
> > pick a choice but I get an error whe