Well, I can't figure it out. I have the array of char from A - Z like this:

char vkBuffer[26] = { // Keys here };

I am just making a simple keylogger, but it's not for a hacking reason. I was just playing with it. Anyhow, where do I keep a loop while my program is running and get all the keys into an EDIT box. I have the loop in the Message Loop, but it doesn't receive the keys in order. If I push S, D, and then F, it appears like this:

DSF

Any help?