imagenetics
Programmer
This is an example of what I need to do but I don't know how:
I have an application, e.g. a Macromedia Flash Projector which runs in fullscreen mode. I need to execute it in 1024x768 resolution if user's machine supports this display mode and current resolution is different. Otherwise the Projector is launched "as is" without changing the display mode.
How to write a "launcher" application which will check current display settings, if they differ from 1024x768 program checks if this resolution is supported. If it is, resolution is switched (just the resolution, bitdepth stays intact) and Projector executes. If it isn't, Projector is executed without changing the display.
If the Projector is closed, launcher switches back the resolution (if it was changed, ofcourse) to previous settings and exits.
I have an application, e.g. a Macromedia Flash Projector which runs in fullscreen mode. I need to execute it in 1024x768 resolution if user's machine supports this display mode and current resolution is different. Otherwise the Projector is launched "as is" without changing the display mode.
How to write a "launcher" application which will check current display settings, if they differ from 1024x768 program checks if this resolution is supported. If it is, resolution is switched (just the resolution, bitdepth stays intact) and Projector executes. If it isn't, Projector is executed without changing the display.
If the Projector is closed, launcher switches back the resolution (if it was changed, ofcourse) to previous settings and exits.