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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -