is there an easy way to hook to an event that is triggered on change of global screen resolution?
See Question&Answers more detail:osis there an easy way to hook to an event that is triggered on change of global screen resolution?
See Question&Answers more detail:osHandle the following event:
Microsoft.Win32.SystemEvents.DisplaySettingsChanged
You may refer to this page for more details.
You may also wanna see the msdn article on SystemEvents class.