Hello again,
I'm still working on my game, and now I'm running into a situation where I am using 4 radiobuttons in a groupbox for the answers, as each question changes the text of the radiobutton changes and along with it the correct answer. I want to be able to have the user click on the button they think is the answer and have it record a correct or incorrect answer and then call the sub that generates the next question.
I know I can do a click event for a Radiobutton and have it be it's own sub, but since these Radiobuttons are dynamic I don't see how that would work.
Is there a way to do make clicking a radiobutton cause an event without it having a checkedchanged sub?