I'm making a Trivia Question program. The question is "True or False: Elvis Presley died in 1977".
I've added two radio buttons to my form and when I look at the properties they both say checked is false.
But when I run my program one of the radio buttons is already checked, which is not what I want. I was hoping that they would both be unchecked, but maybe that's the way it's supposed to be?
Perhaps I would be better off having the user answer True or False in a textbox and then printing Correct or Incorrect using a label or a message box?
I've added two radio buttons to my form and when I look at the properties they both say checked is false.
But when I run my program one of the radio buttons is already checked, which is not what I want. I was hoping that they would both be unchecked, but maybe that's the way it's supposed to be?
Perhaps I would be better off having the user answer True or False in a textbox and then printing Correct or Incorrect using a label or a message box?