Originally Posted by
jmcilhinney
You've really got two choices:
1. When you need to know, use an If...ElseIf...EndIf statement to test the Checked property of each RadioButton to find the one that's True.
2. On the CheckedChanged event of each RadioButton, set a variable to a value that indicates which RadioButton is Checked. When you need to know, test that value.
By the way, in future can you please provide meaningful titles for your threads. With titles like "VB 2008 Question" how can we know which threads are relevant without opening and reading every single one? The title should describe the topic so people can decide whether or not they can help or be helped by the thread.