123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|691|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> B2D or B3D Screen size

Tue, 15 Feb 2011, 11:00
dna
Hey

Is there some GRAPHICS XX,YY,NN,DD combination that can allow you to run the program but have the runtime screen not appear or remain at zero?


-=-=-
DNA
Tue, 15 Feb 2011, 16:44
bram32
I don't think so. But you can use this tool (German language) to convert your program to a windowless program.
https://www.blitzforum.de/showcase/165/
Simply drag your (non-debug) exe onto it. If you do so, create a program that doesn't use Graphics/Graphics3D.
Tue, 15 Feb 2011, 19:26
dna
Thanks I'll try it.

I was thinking of making a TSR to do what I want but its not necessary if this works.

-=-=-
DNA
Wed, 16 Feb 2011, 05:05
j\\'ordos
Maybe this does what you want? www.blitzbasic.com/codearcs/codearcs.php?code=2328
Wed, 16 Feb 2011, 20:05
dna
I cannot use DLLs though

Thu, 17 Feb 2011, 05:48
j\\'ordos
Check the last post of that link, it gives a method without using DLL's