Search found 61 matches

by OPRESION
Mon Jul 27, 2009 11:49 pm
Forum: General Discussion
Topic: QB4.5/VBDOS routine adder?
Replies: 2
Views: 7893

Re: QB4.5/VBDOS routine adder?

I THINK IT'S SIMPLE, YOU CAN DO THIS IN THE COMMAND LINE: COPY/Y MAIN.BAS+SUBS.BAS YOU CAN HAVE ALL THE SUBS AND FUNCTIONS YOU WANT IN THE SUBS.BAS FILE. OR, IF YOU PREFER TO DO IT FROM INSIDE THE VISBASIC EDITOR, ENTER IN THE MENU: FILE / ADD FILE... THE QB DOESN'T HAVE HOW TO LOAD FILES FROM THE M...
by OPRESION
Mon Jul 27, 2009 2:11 am
Forum: General Discussion
Topic: VBDOS Program Help System?
Replies: 5
Views: 11403

bongomeno wrote:... plus harry potter uses vb dosent he?
YES, THE VISBASIC IT'S VERY INTERESTING; BUT I MOSTLY USE THE PDS.
by OPRESION
Fri Jul 17, 2009 1:54 am
Forum: General Discussion
Topic: VBDOS Program Help System?
Replies: 5
Views: 11403

VBDOS PROGRAM HELP SYSTEM?

Does VBDOS 1.0 come with a help system to be used in a VBDOS program? ... NO ... If not, where can I find one? ... THE PDS INCLUDES THE UTILITIES HELPMAKE.EXE AND THE QUICKHELP.EXE THAT ARE USED TO MAKE MODIFICATIONS TO THE *.HLP FILES FOR DOS. THERE WAS A WAY TO DO IT USING THE Microsoft Advisor H...
by OPRESION
Fri Jul 17, 2009 12:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Default font
Replies: 3
Views: 8753

FONT OF THE DOS

It's the font used by the DOS; apparently it is in the file EGA.CPI (at least in the Windows 98SE). Exist many *.CPI files; .CPI means CODEPAGE INFORMATION. The printers can include their own *.CPI files. For the Ms-Dos ussually were used EGA.CPI, EGA2.CPI, EGA3.CPI, ISO.CPI, LCD.CPI, etc. with man...
by OPRESION
Fri Jul 03, 2009 3:37 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Default font
Replies: 3
Views: 8753

It's the font used by the DOS;
apparently it is in the file EGA.CPI
(at least in my Windows 98SE).
by OPRESION
Wed May 13, 2009 12:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to I create a diamond?
Replies: 1
Views: 4549

PRINT CHR$(4)
by OPRESION
Fri Dec 05, 2008 1:35 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Using FON or TTF
Replies: 18
Views: 25530

*.FNT

http://www.geocities.com/SiliconValley/8039/fuentes.html Here it is a program to make fonts for the DOS; it's in spanish but it has Quickbasic's source to be able to use the fonts you create in your programs. It has 90 fonts already made including 'Courier New'. The type of tonts are *.FNT, all of t...
by OPRESION
Tue Jul 01, 2008 2:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Bigger window
Replies: 9
Views: 14978

JUST RUN THIS:

QB.EXE /H
by OPRESION
Mon Apr 28, 2008 4:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Differences between 4.5 and 7.1
Replies: 6
Views: 15937

MystikShadows wrote:...16 beg executables...
"16 beg" must be "16 Meg" (Whoops!)
by OPRESION
Fri Dec 21, 2007 1:04 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Compiler problem with QuickBasic 7.10
Replies: 5
Views: 8974

Re: Compiler problem with QuickBasic 7.10

...it cannot locate QB.exe I think you mean that it's trying to find the BC.exe, that is, the Basic Compiler, not the QB.exe, to make the executable. If you are compiling from the editor, you need to tell the PATH touching 'Options' and 'Set Paths...', that way the editor it won't ask you again. .....
by OPRESION
Fri Dec 21, 2007 12:41 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Compiler problem with QuickBasic 7.10
Replies: 5
Views: 8974

Nodtveidt wrote:...Stick with QB 4.5, it tends to produce smaller executables anyways.
To make smaller and faster executables in the PDS could be used the option /G2, that produces code in the executables for computers 286.
by OPRESION
Wed Sep 19, 2007 11:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Source for QBasic or QuickBasic
Replies: 27
Views: 46395

Re: Source for QBasic or QuickBasic

Anyone happen to know if the source code for QBasic or QuickBasic (interpreter or compiler) has ever been leaked? and if so, where it might be found? For the Qbasic 1.1 source: Few days before today I saw it in this webpage http://vetusware.com/select-by/category/System/?cat=2 Also somebody did put...
by OPRESION
Tue Aug 14, 2007 9:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Mouse scrolling in QB
Replies: 5
Views: 9425

Do you mean the mouse wheel?
by OPRESION
Mon Aug 13, 2007 4:22 am
Forum: News and Announcements
Topic: My site
Replies: 1
Views: 8208

My site

by OPRESION
Sat Aug 04, 2007 6:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Call Absoluting programs
Replies: 2
Views: 5817

Also search for the files Absasm, Magnasm, Bin2bas, Makebas, Jasm2bas or see this page

http://users.easystreet.com/jkirwan/DATA.BAS
by OPRESION
Thu Jun 21, 2007 7:00 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Is it possible to CALL the main module in a program?
Replies: 3
Views: 8855

Use Exit Sub anywhere into the subrutine