How do I make my program start fullscreen ?

B

BOOGIEMAN

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 ?
 
P

Peter Hansen

BOOGIEMAN said:
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
 
T

Tim Roberts

BOOGIEMAN said:
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 ?

Which GUI toolkit are you using? wxPython? tk? The answer depends on
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top