Use tab on the keyboard go to next textbox
sigster opened this issue · comments
sigster commented
Hi
I have try to use TAB to go to next textbox on ribbon bar it docent work
if I try to use Keys.Enter then it go to next textbox but not if I use tab
any tips how I can fix this
If e.KeyCode = Keys.Tab Then Txt_hn.TextBox.Select() End If
Regards
Sigster