c# 4.0 - send data from standby application to active application -


while application in standby mode (not active one),i want write in text box of active application (while cursor in text box ) should done when user press specific key (for example : ctrl + r)

first need have this sample on code project learn how cache key pressed while application in background chaek if ctrl + r keys pressed can use use sendkeys.send("your text"); method write in other application text box


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -