Click to See Complete Forum and Search --> : MS-DOS Visual B Fonts
DittoBoy
Feb 19th, 2006, 06:37 AM
I have an old Version 1 Visual Basic compiler. I do not use forms or any of
the new capabilities to Lprint. In Qbasic I could set the printer format
by Lprint CHR$(nn) statements (Underline, Bold, etc).
Non of the statements choosing fonts in the Forum are supported in
V1 Vbasic. How do I control fonts?
Thanks for your responses.
ComputerJy
Feb 19th, 2006, 07:07 AM
I thought VB started with version 3.0
Where can I get version 1 from?
DittoBoy
Feb 19th, 2006, 08:09 AM
Acyually there is no version number on my Visual Basic.
It is Visual Basic Programmming system for MS-Dos released in
1992 by Microsoft.
Al42
May 6th, 2006, 10:44 PM
I have an old Version 1 Visual Basic compiler. I do not use forms or any of
the new capabilities to Lprint. In Qbasic I could set the printer format
by Lprint CHR$(nn) statements (Underline, Bold, etc).
Non of the statements choosing fonts in the Forum are supported in
V1 Vbasic. How do I control fonts?One of 2 ways:
Use Windows to select the printer and tell Windows to select the font
or
Look for the font select string in the printer documentation.
Neither one is trivial, though. You'll probably need an API to do the first one and there may be no way to do the second one (modern printers don't print fonts, they draw pictures that look like text in a particular font).
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.