Windows 7, .NET 3.5
I need to know when netbook (small laptop, but normal Windows 7) changes orientation (there is a button on the netbook that is used to switch landscape/portrait orientation).
This tells me the orientation, but I am looking for the change notification event:
System.Windows.Forms.SystemInformation.ScreenOrientation
Do I have to reference WindowsMobile
to get that?