Guest aruser Posted July 14, 2002 Posted July 14, 2002 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. Quote
Guest OnErr0r Posted August 20, 2002 Posted August 20, 2002 You'll 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. Quote
Recommended Posts