C#: Detecting which application has focus -
I am looking to create a C # application that changes according to the content that is currently focused on So if the user is using Firefox then my app will know that for chrome, visual studio, techchich etc.
Is it possible, and if so - how do I get it?
I think I'm very - but this is worth a try.
Many thanks in advance.
Take a look, and search for WM_ACTIVATEAPP messages, which will tell you when the app is active, i.e. Focus will be received.
Comments
Post a Comment