C# - Access to another application and send keys -


i want control application , send keys application textbox1 , want access app using application.launch("name.exe")

application application = application.launch("foo.exe"); window window = application.getwindow("bar", initializeoption.nocache);  button button = window.get<button>("save"); button.click(); 

and need sending keys answer ... dont know how...


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -