Jump to content

Is there a function which can change screen mode


konan
 Share

Recommended Posts

There is a command line app called called SetRes

The author is Ian Sharpe. His web site used to be

www.iansharpe.com

You can find it at:

http://www.majorgeeks.com/download1425.html

I'm using Win2000 and it works pretty well. The only caveat to it is that it

won't check the resolution capability of your graphics card. If you know the resolution and refresh rate it won't be an issue. If you plan to distribute you may need to do a registry check to see what screen resolutions the graphics card on the user's PC supports

Example:

RunWait(@COMSPEC & " /c C:\SetRes\SetRes.exe h1024 v768 f60")

h = horizontal

v = vertical

f = the refresh rate you want

The world is flat - Class of 1492

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...