Re: How do I make my program start fullscreen ?
From: Peter Hansen (peter_at_engcorp.com)
Date: 02/15/05
- Next message: Felix Wiemann: "Re: Can __new__ prevent __init__ from being called?"
- Previous message: BOOGIEMAN: "How do I make my program start fullscreen ?"
- In reply to: BOOGIEMAN: "How do I make my program start fullscreen ?"
- Next in thread: Tim Roberts: "Re: How do I make my program start fullscreen ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Feb 2005 17:41:31 -0500
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
- Next message: Felix Wiemann: "Re: Can __new__ prevent __init__ from being called?"
- Previous message: BOOGIEMAN: "How do I make my program start fullscreen ?"
- In reply to: BOOGIEMAN: "How do I make my program start fullscreen ?"
- Next in thread: Tim Roberts: "Re: How do I make my program start fullscreen ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|