visual studio - Page down SendKeys not working C# -
so piece of code is:
sendkeys.sendwait("{pgdn}"); this code sending number 3 program i'm using. page down button, above arrows on keyboard necessary program , has function... key has different function page down button on keypad.
is aware of way around having sendkeys.sendwait(...) send page down button on keyboard, rather "3" on numpad?
so conclusion quite simple. using inputsimulator tycobb recommended, able simulate virtual key codes, , smooth.
Comments
Post a Comment