How can I access to the controls on another application’s window?
I need to change the value of that controls (like textboxes) or click on them (like buttons).
I think I Should use API functions? But how?
How can I access to the controls on another application’s window? I need to
Share
See the SendKeys class and read this article, here is an example from the article: