I have two text boxes on a form and I'm typing in one of them.. Iwant to send the same or different character to the other text box on every key press in the first text box basing on some conditions... How can I do this? I need to send a value to the other text box for every key press in the first one. I dont want to use OtherTxtbox.text=OtherTxtbox.text & "something"...please guide me... thank you
