I have a lot of text boxes...

I use the form1.keypreview = true to do "the navigation"

everytime the user press enter with sendkeys I send a TAB and every escape send a ****TAB

Is anyway to know wich textbox was on focus when the user press enter?

I hope I make sense...