Hi, Im making a program were you can test how fast you can type the alphabeticts(spelling?)
Anyways, I got stuck. I was thinking of a TTimer to check what keys are pressed and in the correct order every ms. As for were I got stuck I don not know what code I should use. Here is a little example of what I mean, but its not functioning. anyways, If the user press wrong key the user fails. Hope I explained good :S
If key 'a' then
if key 'b' then
if key 'c' then
etc
else label1.caption:='Failure';
just wrote this as a quick example of what I mean.