si ma anche cosi non mi funziona.
Che poi l'handle gia prima era aggiornato.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
Non é che devo settare magari una qualche proprietà della textBox?