Issue with screen size
Issue with screen size
(OP)
I was working on a Qbasic game in DOSbox. I changed the DOSbox settings to display all the characters at 6x8 pixles. The change somehow applied to full screen mode, and the program as it was run itself.
The effect was that my output screen had space for about 40 lines of text, and I made the program around this. I can't seem to get it back like that, and therefore can't run it anymore.
Any help anyone could offer would be great.
The effect was that my output screen had space for about 40 lines of text, and I made the program around this. I can't seem to get it back like that, and therefore can't run it anymore.
Any help anyone could offer would be great.
RE: Issue with screen size
(hol Ctrl down and press the Enter key)
RE: Issue with screen size
I believe this is the format for a batch file (or for manual changes from the DOS prompt
CODE
set screen rows = yy
I hope this helps;
robherc
RE: Issue with screen size
It sounds to me that the problem mailbox061583 is having is related to DOSBox and not QBASIC. This may have to do with a display setting in the DOSBox config file. The screen resolution in DOSBox can be controlled in the config file.
RE: Issue with screen size
It sounds to me that the problem mailbox061583 is having is related to DOSBox and not QBASIC. This may be related to a display setting in the DOSBox config file. The screen resolution in DOSBox can be controlled in the config file.
RE: Issue with screen size
RE: Issue with screen size
I hope this helps;
robherc
RE: Issue with screen size
CODE
mode con rows=yy
...Don't quote me still, but I THINK those are the right commands...will verify later, when I'm not on my BlackBerry (no DOSbox)
I hope this helps;
robherc
RE: Issue with screen size
CODE
I hope this helps;
robherc
RE: Issue with screen size
I hope this might be what you wanted.
Computer thought: I teach a lot of programming so I can learn. You can never learn it all.