Home
Downloads
Links
Buy
Forums
Contact
Source Code by Book Page
Page number:
If
radTo.Checked
Then
lblText.Text =
"Choice: "
& radTo.Text
ElseIf
radMtl.Checked
Then
lblText.Text =
"Choice: "
& radMtl.Text
ElseIf
radVcr.Checked
Then
lblText.Text =
"Choice: "
& radVcr.Text
Else
lblText.Text =
"No choice made."
End If