By the way, i'm using VB.NET.
I tried many ways but i still can't figure out how to send keys to a game. By the way i'm trying to send numbers from the keyboard, not the keypad though, the normal numbers. I tried:
SendKeys.Send("{1}")
or
SendKeys.Send(Chr(Keys.D1))
I tried those out but it doesn't work in the actual game, if i try it on something else like notepad it works.