I'm trying to figure out how to best make use of radiobuttons. I understand that all radiobuttons with the same parent will be in the same group in terms of only one being selected at a time. However, events don't seem to work in the way that I'd want or expect, and I'm not sure if there's a way to change that.
Specifically, if I generate subs for these radiobuttons getting checked or unchecked, each one has its own sub. Ideally what I would like is to have one sub that is invoked if any of them are selected, and have a way within that sub to see which one is now checked. I think this would be much cleaner and more elegant.
Is there a way to accomplish this? Thanks in advance for any advice for a newbie.
Specifically, if I generate subs for these radiobuttons getting checked or unchecked, each one has its own sub. Ideally what I would like is to have one sub that is invoked if any of them are selected, and have a way within that sub to see which one is now checked. I think this would be much cleaner and more elegant.
Is there a way to accomplish this? Thanks in advance for any advice for a newbie.