Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1675
Number of posts: 4764

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
program in a window Posted by y2keable on 18 Jan 2004 at 2:34 PM
I've already established how to make a program execute in full screen when it would normaly open in a window (people who use windows XP will know what i mean...annoying isn't it) but i need to know how to make the program execute in a window when it would normaly open in full screen.

this needs to be in the form of code that i can put into my program...cos i just know i'm gonna get tones of people saying "right click on the window and select properties..."

cheers
Report
Re: program in a window Posted by the_plague on 18 Jan 2004 at 2:40 PM
: I've already established how to make a program execute in full screen when it would normaly open in a window (people who use windows XP will know what i mean...annoying isn't it) but i need to know how to make the program execute in a window when it would normaly open in full screen.
:
: this needs to be in the form of code that i can put into my program...cos i just know i'm gonna get tones of people saying "right click on the window and select properties..."
:
: cheers
:
What are you using to make the program? Visual Basic, Visual Studios C++?
Michael Peacock - Programming Maniac

Report
Re: program in a window Posted by y2keable on 19 Jan 2004 at 9:15 AM
: : I've already established how to make a program execute in full screen when it would normaly open in a window (people who use windows XP will know what i mean...annoying isn't it) but i need to know how to make the program execute in a window when it would normaly open in full screen.
: :
: : this needs to be in the form of code that i can put into my program...cos i just know i'm gonna get tones of people saying "right click on the window and select properties..."
: :
: : cheers
: :
: What are you using to make the program? Visual Basic, Visual Studios C++?
: Michael Peacock - Programming Maniac
:

: Quick BASIC 7.1

Report
Re: program in a window Posted by Azurith_XEON on 18 Jan 2005 at 1:53 PM
This message was edited by Azurith_XEON at 2005-1-18 13:55:28

: I've already established how to make a program execute in full screen when it would normaly open in a window (people who use windows XP will know what i mean...annoying isn't it) but i need to know how to make the program execute in a window when it would normaly open in full screen.
:
: this needs to be in the form of code that i can put into my program...cos i just know i'm gonna get tones of people saying "right click on the window and select properties..."
:
: cheers
:

"Right click on the window and select properties..." Just kiddin.
You could edit the file path properties. I do this for my diablo2.
for example: The normal path of d2 is:
c:/diablo2/diablo2.exe
just set a "-w" command at the end of the string so that it looks like this
"c:/diablo2/diablo2.exe" -w
it makes diablo2.exe open in a windowed mode.
that's the easy, lazy way. its something like that, not good at remembering stuff, lol
anyways, goodluck.

~Azurith








 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.