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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -