si ma anche cosi non mi funziona.

codice:
Private Sub txtContent_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtContent.TextChanged         
 txtContent.SelectionStart = Len(txtContent.Text)     
End Sub
Che poi l'handle gia prima era aggiornato.

Non é che devo settare magari una qualche proprietà della textBox?