DOWNLOADS (SEE CAVEAT at end of list)
Email me for the file that you want
Business - Samples - Libraries - Miscelaneous - PowerBasic
ICONS, FILE VIEWERS AND EDITORS(To Top)
icon based on the QB4.5 Manual front pageQB45.ico
Several icons for anyone using THEOStheosico.zip
Icon editorDisplay and edit icons. Modified from a QB icon viewer. Updated 4/22/99.icondisp.bas
GIF viewer modified version of a QB program from Rich Geldreich. FASTER on large files than QBGIF.BAS
Updated 4/10/99 and IMPROVED to load 16 color gifs in screen 12.(AWESOME!)
degif.zip
Hex File Viewer View the contents of any file. Ascii and Hex. With a little work this would be a great program.HEXV.bas
Text Editor in QB4.5. Edit text files. Help and many optionsQBTXTFCB.bas
Text Editor in QB4.5. Edit text files. (from Everingham)QUIKWORD.bas
Text encrypt/decrypt Editor in QB4.5. text files. (from dkjqb1@usa.net)code2_5.bas
BUSINESS APPLICATIONS AND TIDBITS(To Icons, File Viewers) - - (to top)
General Ledger a sample general ledger application in quick basic.jpost.zip
Calculator Can be programmed as a POPUP Calculator for QB4.5Calculat.bas
Text Button Text Button for Text modeButton.bas
Menu A User Defined Menu in QuickBasic. Demonstrates Use of several programs loaded at once.Menu7.bas
Calendar Print a calendar of current month on screen. Also contains logic (remmed out) for printing a reminder message.Calendr.bas
Tax Line Draw Ever wanted to be able to print forms like the accountants do on laser printers, but you dont have a laser printer. Well here is a recreation of the Tax Line Draw Set for Laser printers but programmed for Epson compatibles.DownFont.bas
Text Example Text mode Examples of 16 color background, selective clear screen, scrolling, window (box), use of call interrupt, poke.TEXTEXMP.bas
TIPS, HINTS, TRICKS, SAMPLES (Up) - - (to top)
QBTips email me if you want this file Tips, source for QB from a nationwide BBS echo. The first of 2. See below.This was what started the AllBasicCode archivesQBtipB-I.zip
QBTIPS (2 of 2) email me if you want this file Tips, source for QB from a nationwide BBS echo. Lots of source code and answers to questions.This was what started the AllBasicCode archivesQBtipJ_T.zip
Postit Written by Rich Geldreich, Victor Yiu and others, The TIP file contains some scripts requiring this.This was what started the AllBasicCode archivesPostit61.bas
Interrupts Explanations for DOS interrupts. Great info for using interrupts in any 'language'interupt.zip
128 columnsClear a portion of the screen, print 128 column displays with 16 color foreground AND background even scroll/clear a window.TipBuff1.zip
Combine QLBs into a new QLB and LIB. example mknewqlb.zip
BLOAD/BSAVE Text mode example - containing source code bload.zip
clipboard in VB5Example of how to use clipboard in Visual Basic 5.0 vbclip.zip
Call Absolute QB 4.5 help example cabsolut.zip
AT Commands AT Commands for the modem.atcomand.zip
Peek and Pokes from ABC packets for devices, keyboard, morepeekpoke.zip
Pseudo colorsfor screen 12. From ABC packetspseudo.zip
ASM Tutor Other tutorials are available hereasmtutor.zip
Directory List Quick and does not use shell. Nice display.printdir.zip
Long Filenames Get the long filename in QB and more. Good example. From Alex Warren (I have slightly modified the display of filenames)LFN.ZIP
LIBRARIES (Up) - - (to top)
Qbasic & dos utilities Qbasic and other dos utilities direct from microsoft olddos.exe
modem library A fine modem library for QB4.5 from Scott Slater. Up to 115,200 Baud rate.QB45mdm2.zip
Routines for QB, and PDS, PB. New freeversion of library here from Tom HanlinQBwiz20.zip
Dash Graphics library From VirtuaSoft - Updated 1/23/99,dash.zip
Graphics/Sound library from Future Softwarefl35.zip
direct qb - email me if you want this from Enhanced Creations (Updated version 1.5)DirectQB.zip
Graphics library for SVGA Zephyr SoftwaresvgaQB25.zip
QLB utility Unknown - Create QB libraries fast with this utilityfastql.zip
Misc routines Tom Hanlin - Library with many good routines including mouse, quickprint, and much more. OBJ files included to make your own library with only the routines you wantadvbas.zip
ASM Gif loader from Rich Geldreich - fast - with source, sampleloadgif.zip
ASM toolbox for QB by Christy Gemmel (author:QB Bible)-1993altqb555.zip
QBasic toolbox mem copy, fast box drawing, BIOS/interrupt calls, asm with source and demo - from Brent Ashley. plainqb.zip
emslib.zip email me if you want this Try this for EMS requirementsemslib
jpeg loaderRich Geldreich's page with 3 versions of a jpeg loader in VC++ code code +readme
MISCELANEOUS:GAMES, MOUSE, QB AND DOS AIDS, Simple Graphics
(Up) - (to top)
Mouse routines Updated. Call Interrupt and Call absolute examples.mouse.zip
Quik Sort sub Quick sorting sub. paste to your program
(iterative instead of recursive)
QSORT.ZIP
Sort Demo program shows several sort methods and time to do each.SORTDEMO.ZIP
21 or Black Jack A slightly modified version of the game from the book Microsoft Quickbasic by Douglas Hergert21.bas
EXECBAT This program creates a bat file called Selected.Bat which can process multiple files. It can be used to compile a list of files (with Tcompile), or list contents of several text files, lots of other possibilities EXECBAT.bas
Compiler aid A compiler aid to compile 1 or multiple QB programs (from a bat file) executed from the command line (when compiled)TCOMPILE.bas
draw programintermediate level drawing and plasma programcraigart.zip
Star Trek type window with border - intermediate levelstars.zip
font editor Produce Pro fonts with no add-on libs (from Everingham)font.zip
Install shell modify this Win9x look-alike installation program for your installation (in QB4.5). updated 07/02. (EARLIER VERSION WINNER OF SILVER MEDAL QLYMPICS 99). You can Hide the copy/progress window and/or move the window around the screen just as in win9x. Updated 11/10/2001 to show window movement when dragging. Sound muted for XP. Improved 5/28/2005 with more comments. Instald7.zip
Mouse Cursor Create and save your own mouse cursor. has a load routine to load the mouse cursor you save.M4QB45.zip
Circles Nice small program - beautiful display stops on keyboard input or moving mouse. (to top)SCRCIRCL.BAS
Checkbook font for windowsFont is like the numbers on the bottom of a check. checkbk0.ttf
XPED Light font for windowsFont is a digital looking font. xpedl.ttf
PowerBasic for windows/DOS
(Up) - (to top)
Print File Windows routine that prints a text file to a windows printer PB/DLL source code.print3.bas
Simple Graphics PBCC/DLL simple Graphics example.cool32.bas
Slide Show PBDLL simple slide show using bmp filesbmpslide.bas
Email a file PBCC email a file from the command linePBCCemailfile.bas
Free,Allocated Space and more accurately recognizesa FAT32 drives. PB3.5diskinfo.bas
Free,Allocated Space accurately recognizesa FAT32 drives. PBdll6.0free.bas
Receive email logs on to server gets email PBCC getemail.bas
mini text editor PBcc20. Requires Contools.miniwp.bas
ShortcutsCreate Shortcutsshrtcut1.bas
Printer SelectPrinter Select intended for use with DLLPRINT (Based on Lance's utility). Now includes printer properties button. It is made to look like standard windows printer selection dialogs.gprinter.zip

Some zip files may require the -d (for pkunzip) or enable folder option (for winzip).
Most QB programs here are for QB4.5 and may not run in Qbasic.
Using any of the information, including but not limited to programs, on this site is done at the user's risk. I cannot say what may or may not happen on your computer by using any of this information. All material provided here is done so to help futher basic programming and help teach what I can to those who are interested in learning. I claim no responsibility for any improper use, legal or illegal, of any information contained here. Buff