Tab problem

G

Guest

A group of radiobuttons has been extended by putting one more field inside
the group (this field is sort of "alient" element for this group). This
results in losing focus (at least visually) when one runs the form and moves
the focus by pressing Tab to the group. If one presses the cursor keys, the
focus becomes visible and starts moving between the radio-buttons. Is there
any way for me to ensure that the focus always stays visible ?
 
G

Guest

BTW, the procedure

Private Sub GROUPofRadioBttns_Enter()
RadioButton1.SetFocus
End Sub

doesn't help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top