It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I am currently playing TES: Arena and would like to play the game in a window but I do not seem to see a "Window Size" setting. I would like to play it in a larger window than what is given by hitting alt+enter. I do not know much about DOSBox - is it possible to change the size of the window? Thanks - Lou.
This question / problem has been solved by Grefrinimage
Open the dosbox.conf file with notepad.

This should let you change the size of the window dosbox uses:
fullscreen=false
fulldouble=false
fullresolution=1280x960
windowresolution=1280x960
output=opengl

Setting output=overlay should also work. You can also change fullresolution= & windowresolution= to whatever resolution works for you.

Make sure to make a back up of your .conf file before you make changes though. Just in case.
Thanks alot. I was missing the output= change. I had tried changing the other four and when it didn't work I thought there must be a window size command. Changing the output to overlay changes the window size. Thanks again.