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
Post a Comment