This program forces D3D applications into Windowed mode. This comes in handy when applications do not have a windowed mode option, and will force the user to stay in fullscreen mode.
Download the latest source code with:
git clone git@github.com:emist/D3DWindower.git
Keep your source up to date with:
git pull origin master
The windebug dlls need to be placed in the bin\ folder of WindowerClient for the project to execute properly.
Load the solution into visual studio and press F6