Hello. I am making a typing game for the final project of my short, highschool VB 6 course. I am looking for a way to have a string of letters displayed that the user needs to type in. I can make a string of random letters, but I don't want the user to type the letter in a seperate box. I want each character to change to a different color when the user types it in.

So, for a string "asdf",
typing "s" should do nothing
typing "a" should change "a" to green
then typing "s" should change "s" to green.

I also need the program to know when all the letters have been typed in correctly.

Thank you in advance!