Blitzkrieg99
02-05-2004, 12:55 AM
Hello everyone.
Suppose I have a textbox and the user inputs some characters. Is there a way I can read off a particular character and display it on a messagebox? ie The user types "abcdef" and I write a code that will just display, say, the third character (in this case 'c') typed by the user.
Also, is it possible for me to link 2 textboxes such that after typing a specified number of characters in one textbox, the cursor 'jumps' to the next textbox. It works basically like those CD-Key thingies. Like how after you type the first four characters, the control jumps to the next textbox.
Thanking you for your time.
Suppose I have a textbox and the user inputs some characters. Is there a way I can read off a particular character and display it on a messagebox? ie The user types "abcdef" and I write a code that will just display, say, the third character (in this case 'c') typed by the user.
Also, is it possible for me to link 2 textboxes such that after typing a specified number of characters in one textbox, the cursor 'jumps' to the next textbox. It works basically like those CD-Key thingies. Like how after you type the first four characters, the control jumps to the next textbox.
Thanking you for your time.