NO

Author Topic: Rotate the whole screen  (Read 2953 times)

Offline daniel_bingamon

  • Member
  • *
  • Posts: 22
Rotate the whole screen
« on: September 25, 2016, 03:00:12 PM »
I'd like to rotate the screen under program control.
Similar to the the Windows Control-Alt and Arrow Key.

Is there an API call to do this?

This would be for a program placed in the Startup Folder that rotates the screen and then does other things.   
It is for viewing music wit a monitor mounted sideways to read more like a sheet of paper - portrait orientation.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Rotate the whole screen
« Reply #1 on: September 25, 2016, 03:18:23 PM »
Yes you can use the functions ChangeDisplaySettings().
Here you'll find more info and a sample.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline daniel_bingamon

  • Member
  • *
  • Posts: 22
Re: Rotate the whole screen
« Reply #2 on: September 27, 2016, 12:51:24 PM »
Thank you