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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -