Changing the screen resolution

  • Thread starter Thread starter aruser
  • Start date Start date
A

aruser

Guest
How can I change the screen resolution on run-time ?

I need to change the resolution upon starting the application and change it back on exit.


Thanks.
 
Youll need to call EnumDisplaySettings to find out what is available, then ChangeDisplaySettings to actually change it. Btw, that is windows only, so its not portable.
 
Back
Top