Hello,
is there an easy way to hook to an event that is triggered on change of global screen resolution?
Thanks in advance
Matze
Hello,
is there an easy way to hook to an event that is triggered on change of global screen resolution?
Thanks in advance
Matze
There are two events - SystemEvents.DisplaySettingsChanged and SystemEvents.DisplayedSettingsChanging which you can handle. Note that both events are static and you will need to detach your handlers before exiting from your program.
Thank you! This place is much better than MSDN or Google to get fast answers.
Best Wishes!
Matze