Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~190 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for saurabhcodes

word = textBox1.Text; Process myprocess = new Process(); myprocess.StartInfo.FileName = @"C:\Users\Public\Desktop\Cambridge Advanced Learner's Dictionary - 3rd Edition.lnk"; myprocess.Start(); I'm trying to automate a 3rd party app using c# code. I know how to invoke the main window of the app through code using something like this.. but I dont know …

Member Avatar for caKus
0
190

The End.