I’m working on a C# program which automates tasks. For example, my program opens an external application (specifically mstsc.exe) and uses the application. I want to write code which fills textboxes with certain values and presses certain buttons. What is the right and most elegant way to implement such operations in a C# 4 code?
Share
my solution for this problem, it´s solved with “SendKeys”:
i hope it will help 😉