Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
If radioButton1.Checked = True Then
Messagebox.Show("RadioButton 1 seçildi.")
ElseIf radioButton2.Checked = True Then
Messagebox.Show("RadioButton 2 seçildi.")
ElseIf radioButton3.Checked = True Then
Messagebox.Show("RadioButton 3 seçildi.")
End If