Is there a way to resize CUSTOM.exe?
From OHRRPGCE-Wiki
You cannot resize the CUSTOM window like you can most other applications, but you can change the size by editing the shortcut. Right-click on the shortcut, and pick Properties. On the Shortcut tab, the command-line is in the box labeled Target:
[edit] Full-Screen
To run full-screen, add -f to the end of the command-line, for example:
"C:\Program Files\OHRRPGCE\custom.exe" -f
[edit] Small Window
To make the window smaller, add -z 1 to the end of the command-line, for example:
"C:\Program Files\OHRRPGCE\custom.exe" -z 1