
 Originally Posted by 
Shurrikhan
					 
				 
				If you can find that elusive actual fullscreen-window option, use that.  Since I use it for other games as well, I just downloaded Auto-Hotkey and use this script:
^+a::
WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
WinMove, a, , 0, 0, 1680, 1050 ; move the window to 0,0 and resize it to 1680x1050
return
Set to Shift-A.  Doesn't toggle back and forth, but it'll get the job done.
Edit** You can change the binding with an overriding option for all scripts on Auto-Hotkey, or the top line.  Should also be able to set it to return to a regular windowed mode with an additional two lines; I've just never had the need.