Runtime window border

New to FreeBASIC? Post your questions here.
Post Reply
TurtleProgrammer
Posts: 37
Joined: Jan 26, 2017 7:54

Runtime window border

Post by TurtleProgrammer »

Is there a way to remove the outside border of the runtime window of a program so it looks like the program is part of the operating system and not a DOS looking program?
St_W
Posts: 1626
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: Runtime window border

Post by St_W »

Do you mean the following option:
http://freebasic.net/wiki/wikka.php?wakka=CompilerOpts

If you want a GFX window without a border pass the according arguments to the SCREEN/SCREENRES function as documented here:
http://freebasic.net/wiki/wikka.php?wak ... gScreenres

Or what do you mean by "DOS looking"? DOS was fullscreen without any windows/borders whatsoever.
caseih
Posts: 2157
Joined: Feb 26, 2007 5:32

Re: Runtime window border

Post by caseih »

Guessing is always dangerous, but I'm guessing the OP is indeed asking about compiler options to remove the console window, and just leave the graphics window. So your first link is probably what he or she's looking for.
Post Reply