Possible Duplicate:
How can I send keypresses to a running process object?
I have a windows software that has a login form and then automatically does something. I would like from my c# application to launch it and AUTOMATICALLY fil in the login form with username and password.
Using Process class I was able to launch programmatically the software, so my question is:
When the other process login form is shown it is possible to fill the data automatically from c#?