Interpret Enter as Tab?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
is there a simple way to re-interpret the enter key as the tab key in dialogs? in c++ there is a PreTranslateMsg() function which you can use to listen for an enter key-press, then resend the key-press as a tab key.. is there anything like this for vb? thanks for any suggestions! still a newb.. cut me some slack :P -dz
-
is there a simple way to re-interpret the enter key as the tab key in dialogs? in c++ there is a PreTranslateMsg() function which you can use to listen for an enter key-press, then resend the key-press as a tab key.. is there anything like this for vb? thanks for any suggestions! still a newb.. cut me some slack :P -dz