ResChange is a simple application to change the resolution/refresh
rate output by the GPU. It can work in command line or system tray
mode. When running in system tray mode it can change the resolution
based on hotkey combinations or by monitoring process
creation/termination events.

Command Line Usage: ResChange.exe Width Height Rate Interlaced FixedOutput
Width: integer - desired display width
Height: integer - desired display height
Rate: integer - desired display refresh rate
Interlaced: true/false
FixedOutput: number - 0 (Default), 1 (Strech) or 2 (Center)
e.g. ResChange.exe 1920 1080 23 false 0
1.0.0.0
- Initial Release
1.0.0.1
- Add support for pixel depth
- Adding logging
1.0.0.2
- Add process watching feature
1.0.0.3
- Track automatic changes for nested application launches. Algorithm assumes that applications will be closed in reverse order, but does nothing to enforce it.
- Fix "Remove" button