|
Feel free to look at my best QuickBASIC programs. They all run under QB4.5. You may view the source code right here in your browser, then cut and paste into MS Notepad and save with a ".bas" extension; or download the compressed ".zip" version.
You will see that most of these programs require DIALOG.BAS and DIALOG.BI to work. Look at the QB Modules page to see why I do this.
Files
Click here to download all the programs listed on this page (.zip)
| Source |
zip |
Description |
| dialog.bas |
zip |
This is a module containing routines for a text (screen 0) GUI. The include file 'dialog.bi' must be loaded with any program using this 'dialog.bas' module. |
| dialog.bi |
zip |
A prerequisite for 'dialog.bas'. This includes all the constant declarations, TYPE declarations, and SUB/FUNCTION declarations. |
| gsnake8.bas |
zip |
This is my only real game. It is another version of the classic "Nibbles" game where the snake moves around gathering fruit. |
| textbox.bas |
zip |
This is a text editor. It will open and save an ASCII text file compatible with MS Notepad. (Uses DIALOG.BAS and DIALOG.BI) |
| menubar.bas |
zip |
The latest version of my first big QB application. It was an attempt at simulating QB's menubar, but no mouse support; yet. (Uses DIALOG.BAS and DIALOG.BI) |
| filelist.bas |
zip |
This program finds files/directories using DOS. (Uses DIALOG.BAS and DIALOG.BI) |
| qblinks.bas |
zip |
An attempt at simulating QB's help system based on tags like HTML. (Uses DIALOG.BI) |
|