ho trovato un codice che non mi da errore, però non esegue quello che vorrei.
Io voglio che quando si preme invio si esegua un tab.

codice:
If e.KeyData = Keys.Return Then
            SendKeys.Send("{TAB}")
End If
Grazie