R.Wieser
2019-02-10 21:48:25 UTC
Hello all,
Does anyone know how to *iterate* thru a group of auto radio buttons, to see
which one is selected / change their selected status ?
Currently I'm using GetWindow with the GW_HWNDNEXT argument, but need to do
some hacky and rather non-perfect checks (using the class atom as well as
the button type bits (lower 4) ) to stay within the group - in effect trying
to emulate the group behaviour the auto radio buttons already have.
But I would not be amazed if this has already been solved before in a much
more elegant way. :-)
Regards,
Rudy Wieser
Does anyone know how to *iterate* thru a group of auto radio buttons, to see
which one is selected / change their selected status ?
Currently I'm using GetWindow with the GW_HWNDNEXT argument, but need to do
some hacky and rather non-perfect checks (using the class atom as well as
the button type bits (lower 4) ) to stay within the group - in effect trying
to emulate the group behaviour the auto radio buttons already have.
But I would not be amazed if this has already been solved before in a much
more elegant way. :-)
Regards,
Rudy Wieser