I tried your mode command which did change the dos screen size.
But as soon as I started the app the screen returned to 80 character mode.
Persistent isn't it?
Thanks JY
Glenn9999:
One advantage to running in a window is you get away from the
low res BGI fonts and get smooth good looking fonts instead.
The performance on modern machines is quite good.
The application is an IDE for writting 8051 assembly language.
It is tightly connected to the screen so...
When I run the app in a window it doesn't use the 8x8 font but uses a true type font that looks really good.
The resulting window takes about 60% of the screen width, so there is room on the screen.
I don't know how windows decides what window width to use, but something is passing an arg to the...
I want to create an array of records and have it be a typed constant, I've tried the following:
CODE
Type
ElementType = record
Noun : String ;
AtomNum : Byte ;
AtomMass : Real
end ;
Const
ATOM_TABLE : Array [0 .. 2] of ElementType =...
I run a couple of apps written in Borland Pascal 7 in a window in versions 98 thru XP successfully. Does anyone know how to get a window wider than 80 characters. I am using recent Pentium machines with big monitors
in order to login someone in my forum must complete a login form with a username and password. i want to know if there
is generated a kind of url an the user could use it directly to login.
www.sdf.com/forum/login.php?username=whatever&password=34
using this line or similar.. i want my members...
hi all.. i run a phpBB forum and i have a little problem.
This forum uses cookies in the login area.
i want to when someone logs in into my system to be automatically logged in into the forum.. in other words i want a url something like : \....login.php?sid=234Something
is this possible? the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.