karldenton Posted February 25, 2009 Posted February 25, 2009 Just been asked to install an old program on Win XP. I needs the display to be set to 16-bit colour. Is there any way to set it just for this program then set back as soon as program is closed? Thanks
Gerry Posted February 25, 2009 Posted February 25, 2009 Thought AutoIT might be able to do something like this - never used it myself, but latest beta can apparently do this. While I was reading their forums someone mentioned "Display Changer" from 12noon After a quick read it appears this can change your res, start an app then return to original res once app is closed and it's free for personal/educational use.
AngryTechnician Posted February 25, 2009 Posted February 25, 2009 As pscott suggested, you can use MultiRes for this. At home I have in the past replaced the program's shortcut with a link to a batch file that does the following: Calls MultiRes to set the screen resolution. Runs the program. Runs MultiRes to return it to normal when the program exits. Bear in mind that MultiRes is only free for personal use.
karldenton Posted February 25, 2009 Author Posted February 25, 2009 Thanks. Have you got an example of the batch file to change, run the program, then change back?
powdarrmonkey Posted February 25, 2009 Posted February 25, 2009 Just for clarity: a 16-bit application, and an application requiring 16-bit colour, aren't the same thing.
karldenton Posted February 26, 2009 Author Posted February 26, 2009 Any other solution. It needs 16 bit colour - just to clarify
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now