Dear Friends ,
I want to send command to another running application in windows by .Net Desktop application. How can i send it can any one help me ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 31, 2012, 9:25 AM
There are always synchronization issues with stuff like this and you have to experiment with different delays when sending multiple keystroke combinations to give the application's UI time to react.
The following worked OK for me when I tried it just now:
For a list of keyboard shortcuts for MS Word see here:
http://support.microsoft.com/kb/290938
Kunal VaishyaPosted May 31, 2012, 7:18 AM
i want to do like Ms Word is Open in i want type something , set format and save as by Using .Net is it possible by this
VulpesPosted May 31, 2012, 4:48 AM