I'm building a password box that holds three text areas. Each text area has one character. After I type the first character of the password, I have to press tab or use the mouse to get to the second text area to type the second character of the password. I would like to make this happen automatically (cursor movement) just right after I type in the first text area.
how can I achieve this ?
If you may ask, I'm using Visual Studio .NET 2008 in C# I'm a perfect newbie in .net and I don't know how to ask this question with the appropiate words.
Thank you.