A Aymeric GAURAT APELLI Oct 21, 2003 #2 If you know the position of your symbol, you can do: this.yourTextBox.Focus(); // Not necessary this.yourTextBox.Select(positionOfYourSymbol,0); Best regards,
If you know the position of your symbol, you can do: this.yourTextBox.Focus(); // Not necessary this.yourTextBox.Select(positionOfYourSymbol,0); Best regards,