Avatar of Sheldon Livingston
Sheldon Livingston
Flag for United States of America

asked on 

c#.NET set focus on a window?

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...
C#

Avatar of undefined
Last Comment
Sheldon Livingston

8/22/2022 - Mon