Seems like each OEM has an own implementation of this thing and I can be wrong.
I think you will need to use RegistryNotifyCallback:
HRE
L"System\\GDI\\Rotation",
L"Angle",
NotifyScreenOrientationPro
(DWORD)this,
&nc,
&m_hNotifyOrientation);
Whe
Here you can find a way to change the orientation from your app:
http://nicolasbesson.b
and below about the notifications.
Again about the changing: http://www.codeproject.com
Actu





by: alexey_gusevPosted on 2009-10-29 at 04:34:42ID: 25692479
you can use State and Notifications API, in compact framework look for SystemState, in C++ look in SDK samples or eg here: http://www.krvarma.com/