I need to perform some action when my application receives focus.
I've tried hooking both GotFocus- and Enter-events, but they only trigger when focus changes within my application.
Scenario is that my application detects some problem that must be resolved elsewhere, and I would like to do the check again when the user goes back to my application.