c# SendKeys.SendWait function, send numpad digits

1.4k views Asked by At

so I was working on an application which supposed executes digit keys for another application which isn't made by me, this application only supports numpad digits and it doesn't support the digits below F1-12s so whenever I execute "{number}" or just "number" ex:

SendKeys.SendWait("{1}"); 

or

SendKeys.SendWait("1");

just simple nothing happens, any one got idea on how to send number as numpad digit?

1

There are 1 answers

0
Jlalt On BEST ANSWER