I'm using a TextBox object in my application. The mission is to transform input characters as they are typed (letters only). I'm using string manipulations on TextBox->Text. The problem is that when I'm doing so, the cursor goes to the beginning of line. On the other hand, when the character is typed transparently (without my code), the cursor moves as I type.
My code looks like this:
Bookmarks