QBasic Tutorials - Advanced Programming with QBasic

Quick View

Tutorials: Advanced

QuickBasic and QBasic Tutorials - Advanced Programming with QBasic.

More Tutorials:

Top 10 List

Most popular Downloads:

  1. Basic 2 DOSBox607627

  2. QuickBasic 4.5 EN406517

  3. QuickBasic 7.1384354

  4. MS DOS 6.22 VM349878

  5. QBasic 1.1 EN104841

  6. Visual Basic for DOS95814

  7. QuickBasic 4.5 DE76477

  8. Rapid-Q55399

  9. XBasic43659

  10. Visual Basic 142699

Go to Top10 Page

Basic Tutorial XV & XVI

by: Vic Luce

First part of this Tutorial explains the purpose of program libraries and how to use them. Second part deals with the creation of libraries according to your own needs.

BIOS

by: Aaron Severn

QuickBASIC has a very handy command called CALL INTERRUPT which allows you to perform all the BIOS calls you could ever want. This guide is a brief introduction on how to use BIOS calls including some examples.

Errors

by: ?

Error Table containing all QBasic Error Codes and its corresponding Messages. Useful with ON ERROR ... RESUME Statements.

Menu

by: ?

This is a nice little routine to add menus to your projects.

QBME

by: HUR

QBME

The 'QBasic Mini Encyclopedia' is an interesting collection with over 20 articles for advanced users and several sample codes. All tutorials are packed in a QBasic program and can be displayed easily by menus.

QLB Tutor

by: Mike Hoopmann

QLB Tutor

Another introduction on how to create libraries. This three-part tutorial is available as QBasic source code.

Reference

by: Phillip Sassano

Accessing the command line arguments.

Timer

by: ?

How to put a delay into programs, independent of the CPU speed.