let me guess, you are trying to make the program run like the DOS version of it and your users will @#$% if they have to learn anything new.
Anyway my first thought is the code below, but it does not seem to work. Maybe something in there will spark an idea.
Protected Overrides Sub OnKeyPress(ByVal e As System.Windows.Forms.KeyPressEventArgs)
If e.KeyChar = System.Windows.Forms.Keys.Enter.ToString Then
Me.ProcessTabKey(True)
End If
End Sub
My idea was to have one piece of code per form that looked at every key stroke and if it was a "Enter" then run through to the next vaild tab controled control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.