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.
我如何能够做到这一点?
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.
谢谢。