How to set the cursor position of a MaskedTextBox in VB.NET start from right? MaskedTextBox in my form is 5 digit numeric format.
MaskedTextBox
If I understand your question.
MaskedTextBox1.Focus() MaskedTextBox1.SelectionStart = 5