I'm making a program which will simulate a keypress after a spesific number of times. I'have tried SendKeys but it doesn't work. The problem here (I think) is than SendKeys doesn't actually "press" the key, but only sends the Ascii value back. Am I right? How can I accomplish this?