Hi,
I want to send the Password to another Application and simulate the Return-Key pressed. The Windows title is "File Access Password and it has only an Edit, and one OK- and one Cancel-Button. How can I do that?
You can get the handle of the other application using Windows.FindWindow(). Then you can iterate through the child windows using Windows.GetWindow(). Windows.GetClassName() can identify the edit, and you can SetWindowText to it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.