In short: Is there a utility for Windows XP that will force a window to be fullscreen?
Why? I've written an application in Shoes, which I want to display it fullscreen (as a Kisok-type thing)..
As I discovered with this question, Shoes does not currently have a :fullscreen
option (until the next release).
So the options seem to be,
- recompile the current development version of shoes (which I've tried, and didn't have any luck with)
- find a utility which will force an application to display fullscreen, on Windows XP.
The second option would be best, as it's to run on an old laptop (on which I don't want to install any development tools to compile Shoes for Windows, and no access to another Windows machine to compile on and transfer to the kiosk laptop)