Hello everyone,
I have a radio button(btnOne) that when clicked, it checks a subroutine, and according to that routine, does what it needs to do either way.
I have a button on another form, that when pressed, sets the btnOne.checked property to "true".
However, the subroutine doesn't run when the btnOne is set to true. How can I have it run when the button sets it's checkstate to true?
Thanks ahead for any help.
Kevin