How do I make my program start fullscreen ?

Peter Hansen peter at engcorp.com
Tue Feb 15 17:41:31 EST 2005


BOOGIEMAN wrote:
> os = windows xp 
> How do I make "myprogram.py" start fullscreen at windows command prompt ?
> Also I made it as "myprogram.exe" with py2exe,but how to start fullscreen ?

For an EXE, one approach is to create a shortcut (I believe making a
PIF file will also work, but haven't tried that) and modify the
Options tab under Properties, in a way that will be obvious
when you get there...

Did you know that switching to full-screen requires a mere
"Alt+Enter", however?  Maybe you don't need to force it there
to begin with.

-Peter



More information about the Python-list mailing list