I'm launching several copies of an application, and automating the filling in of the user name and password fields. Because some of the application windows pop up during the log in process for the subsequent ones, I use SendKeepActive to prevent the keys going to the wrong window. This almost works, but occasionally a keypress is lost which can result in the password being entered in a plain text input box.
Any suggestions how I can prevent this interruption? The only thing I can think of wou