I'm writing a 3D application which will preferably run (full screen only) at the highest resolution the computer can support (in effect the user's current screen resolution).
As the application is not aimed at "gamers" I'd prefer to remove the need for the user to select the desired screen resolution from a list (that option will be in a config panel but "hidden" from inexperienced users).
Therefore, I'd like a routine that will determine the current screen resolution the monitor is running at and launch the full screen application using those settings. Does such a function exist?
As the application is not aimed at "gamers" I'd prefer to remove the need for the user to select the desired screen resolution from a list (that option will be in a config panel but "hidden" from inexperienced users).
Therefore, I'd like a routine that will determine the current screen resolution the monitor is running at and launch the full screen application using those settings. Does such a function exist?