Rotate the screen
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody I want to make an aplication to rotate the screen,to achieve the same affect of pressing the keys Ctrl+Alt+Izq,Ctrl+Alt+Der, etc. But i dont know how can i make it. If any body can help me, i will be gratefull.
I wonder if that functionality does not depend exclusively on the graphic driver, and is not part of the Windows API. Should it be true, you have no chance to write such an application, without using the API of the driver (if exists!). But perhaps someone else can confirm/contradict my guess.