After launching a truecrypt password prompt window, I am trying to shift focus to the "edit1" field, so that truecrypt is ready to receive user input, with this command:
ControlFocus("CLASS:32770", "", "Edit1")
This command places the cursor where I want it, but I don't have focus, I still have to click the mouse inside the EDIT1 field before typing. Is there a fix for this or am I using the wrong command?