I have written a "sendKeys" app that works well.
I'd like to further its reliability by being able to set focus on expected windows/forms.
The desktop application is written in C#.
So, for example, if the app is ready to supply a username and password to a form who's title bar reads Intuit - Quickbooks Log On, how do I make sure that that window/form has the focus?
Thank you...