Originariamente inviato da oregon
Sei sicuro che la rotazione non funzioni solamente su Windows CE / Mobile Edition ?
Cito MSDN:
dalla documentazione della struttura DEVMODE

dmDisplayOrientation
Windows XP: For display devices only, the orientation at which images should be presented. If DM_DISPLAYORIENTATION is not set, this member must be zero. If DM_DISPLAYORIENTATION is set, this member must be one of the following values:
DMDO_DEFAULT The display orientation is the natural orientation of the display device; it should be used as the default.
DMDO_90 The display orientation is rotated 90 degrees (measured clockwise) from DMDO_DEFAULT.
DMDO_180 The display orientation is rotated 180 degrees (measured clockwise) from DMDO_DEFAULT.
DMDO_270 The display orientation is rotated 270 degrees (measured clockwise) from DMDO_DEFAULT.

To deterimine whether the display orientation is portrait or landscape orientation, check the ratio of dmPelsWidth to dmPelsHeight.
(è vero però che inizialmente ho trovato l'API in questione in un articolo di MSDN che si applicava a Windows CE/Mobile Edition ).
Originariamente inviato da nandoar
quel progetto è ormai archiviato da tempo
Nel giro di due ore crei e archivi progetti?