D
Dan Keeley
Hi,
I want to make the enter key in certain fields do the same as the tab key
I've caught the KeyPress event for the enter key, however I cannot find the
function to call in order to tab to the next field??
I just want to do a generic event handler, so if i need to specify a tab
number can i get the tab index of the current field from:
Private Sub EnterHandler(ByVal sender As System.Object, ByVal e As
KeyPressEventArgs)
sender?
Thanks!
Dan
I want to make the enter key in certain fields do the same as the tab key
I've caught the KeyPress event for the enter key, however I cannot find the
function to call in order to tab to the next field??
I just want to do a generic event handler, so if i need to specify a tab
number can i get the tab index of the current field from:
Private Sub EnterHandler(ByVal sender As System.Object, ByVal e As
KeyPressEventArgs)
sender?
Thanks!
Dan