Hello,

I have three textBoxes (textBox1, textBox2 and textBox3).
Each textBox gets 2 digits.

For example
textBox1 -> 01
textBox2 -> 32
textBox3 -> 78

I need to press the tab botton or use the mouse, to move from textBoxi to textBoxj.
I have seen some windows forms in which the cursor automatically jumps to the next textBox after proper number of digits are entered.

I mean, for example when "01" is entered in textBox1, the cursor automatically jumps to textBox2 and so on.

How can I write such a code?


Thank you
Arian