Hi:
How I can include Screen Resolution event in Window Store Application? (i.e.
SystemEvents.DisplaySettingsChanged, but that is in System.dll which I am unable to find in WinRT)
Agha Khan
DisplaySettings.DPlpiChanged: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.graphics.display.displayinformation.dpichanged.aspx
If you want the window size then it sounds like you found the right one. There is no access to the screen size, only the window size.
Hi All:
I was able to resolve this by using attached Properties with window size. It works well, but it is much easier if we have some build in event.
Best regards