Answer by
gigo (1706)
Make sure that you have gouped your radio buttons with a frame. If you have added your controls with the resource editor you automatically have members for every radio button. To check one radio button you can write for example into the getfocus handler: If myradiobutton1 Then MsgBox "1 is checked" End If.