Link to home
Start Free TrialLog in
Avatar of michael-lev
michael-lev

asked on

C# winform, How to register to events when other applications enter/exit full screen mode on my application screen (if multiscreens)

I have C# winforms application. It has to register to events when any other application enters or exits full-screen-mode, on same screen (if independent multi-screen, I dont care what occurs on the other screens).

URL http://www.richard-banks.org/2007/09/how-to-detect-if-another-application-is.html
presents an idea, but I am not expert to code it, and besides, it needs looping to sense, while I prefer to register to events.

I'd appreciate to get C# code for this.

With appreciation

Michael
Avatar of michael-lev
michael-lev

ASKER

If ther are no adequate events, then I'd like to get method code for my application to sense whether some other application is running full screen on same screen, and I'll call it from time to time.
-- I mean detecting if the other application is in TRUE fullscreen (not only maximized).
-- some links are in URL:   http://stackoverflow.com/questions/3536373/detect-if-user-has-any-application-running-in-fullscreen
ASKER CERTIFIED SOLUTION
Avatar of james-ct16
james-ct16
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Glen Knight
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.