I'm trying to make a mask for a textbox manually, and I'm trying to imitate the Windows calculator, where when the user types 1000
the code automatically places 1.000
and when I give txtPreco.Text =
the course is in the beginning of the string |1.000
. I want to put the cursor at the end of the string 1.000|
but I do not know which method or event does this.