Main
   Home
   About
   DiscussionBoard
Files
   About
   Submit
   Search
Downloads
   Action
   QB64
Links
   Link to us
QB45.org
390 files in total in this section.

  LOCK.zip by QuickSoft (Rate this file/View comments)
Program to lock the computer. See README.TXT
Source included - QuickBASIC 4.5 - 51.36 KB - 1667 downloads
Rating: 9.2/10 (5 votes)

  LOG-CALC.zip by Chuck Mire (Rate this file/View comments)
Calculate the log of a number in any base you can imagine: Base e, Base 10, Base 60, or even Base 4.789 - Screen captures included.
Source included - QuickBASIC 7.1 - 162.17 KB - 1291 downloads
Rating: 0/10 (0 votes)

  LOGCRYPT.zip by Chuck Mire (Rate this file/View comments)
A video simulation of this program is at: https://www.youtube.com/watch?v=l4vPPk6wAtQ First, the Sender Zips the DEcrypted file to preserve the file name and extension. This also compresses the file before encryption. Next, the Sender uses this program to GET each byte of the DEcrypted Zip file which then computes a "Spread Spectrum" of Pseudo-Random Number-Bases in order to calculate the Logarithms of each Byte, which is PUT into an ENcrypted file and then sent to the Receiver. The Receiver uses the same program to GET the Logarithms in the ENcrypted file which then computes the same "Spread Spectrum" Pseudo-Random Number-Bases to calculate each original Byte, which is PUT into a DEcrypted Zip file. Then the Receiver Un-Zips the DEcrypted Zip file, which contains the original DEcrypted file. The Logarithms by themselves do not furnish the necessary information to compute the original bytes of the DEcrypted file because there are three variables: (1) The Byte ASCII value (incremented by 2) - only the range from 2 to 257 is known, so it could be ANY of these values. (2) The Pseudo-Random Number-Bases (unknown - except to the Sender and Receiver using the SAME Parameters). (3) The LOG(Byte ASCII Values + 2) in the Pseudo-Random Number-Bases. The only EXACT variable known is the last one, (3): The LOG(Byte ASCII values + 2) in the UNKNOWN Pseudo-Random Number-Bases. Here is the formula that illustrates why the NumberBase remains unknown: NumberBase = (ANY ASCII + 2 value) ^ (1 / NumberBaseLOG) The NumberBase changes with different ASCII + 2 values. One needs to know two EXACT variables to Decrypt the file.
Source included - QuickBASIC 7.1 - 42.58 KB - 1334 downloads
Rating: 0/10 (0 votes)

  lovebyte.zip by Binit Sherstha (Rate this file/View comments)
Funny program like the famous 'love calculator'. Uses the Future Lib and DS4QB
Source included - QuickBASIC 4.5 - 964.88 KB - 1910 downloads
Rating: 0/10 (0 votes)

  lowmem.zip by ? (Rate this file/View comments)
Use more of the memory!
Source included - QuickBASIC 4.5 - 4.12 KB - 1965 downloads
Rating: 0/10 (0 votes)

  Lprint.zip by David Moore (Rate this file/View comments)
VB slave that sends files to the windows default printer from Qbasic
No source - Unknown - 156.02 KB - 1914 downloads
Rating: 0/10 (0 votes)

  luvology.zip by Binit Sherstha (Rate this file/View comments)
Yet another daft Love thing made by this person. lol, This person has to much time :)
Source included - QuickBASIC 4.5 - 293.17 KB - 1758 downloads
Rating: 0/10 (0 votes)

  mabwrite.zip by MAB Creations (Rate this file/View comments)
Text editor
Source included - QuickBASIC 4.5 - 62.49 KB - 2129 downloads
Rating: 0/10 (0 votes)

  MAKEBASE.zip by Chuck Mire (Rate this file/View comments)
Base Conversion of Symbolic Numbers: Type in sentences as Base-96 Symbolic Numbers and convert the sentences to various other Symbolic Number Bases. Instructions with screenshots included in a PDF file.
Source included - QuickBASIC 7.1 - 478.97 KB - 1298 downloads
Rating: 0/10 (0 votes)

  Manager.bas by Alex C (Rate this file/View comments)
A bug-free money manager, with multiple account feature. It is good if you want to keep track of your money!! Change the code, do anything, spread it with your name, I dont care. It is very good.
No source - QBasic 1.1 - 10.38 KB - 2189 downloads
Rating: 7.75/10 (4 votes)

  mapster.zip by Johan Fredrik Ugland (Rate this file/View comments)
Mapster is a map editor suitable for games using 8-bit maps in their levels. The editor supports maps of up to 256x256 tiles in size, and the editor automaticly keeps the file size as small as possible. The GUI is included with the program as a PCX image, allowing you to put in your own tile images and alter the GUI skin to your heart's content.
<br><br>
The only catch is that your game will have to use the mapster format, which is OK more mor tile based RPG's
Source included - QuickBASIC 4.5 - 53.68 KB - 1892 downloads
Rating: 0/10 (0 votes)

  MATH.BAS by reconjb (Rate this file/View comments)
program that uses formulas to complete equations. Good code for newbies
Source included - Unknown - 3.34 KB - 1838 downloads
Rating: 0/10 (0 votes)

  maths.zip by Michael Allam (Rate this file/View comments)
Misc. maths functions
Source included - QuickBASIC 4.5 - 2.33 KB - 2088 downloads
Rating: 0/10 (0 votes)

  maze25.zip by D. J. Tuttle (Rate this file/View comments)
Maze generator/solver
Source included - QuickBASIC 4.5 - 3.78 KB - 2217 downloads
Rating: 10/10 (4 votes)

  MEDLIST.EXE by Leo French (Rate this file/View comments)
MedList.Exe is a VBDos application to help keep track of medication for a single person. The top portion of this software allows the user to enter only once information like doctor's , pharmacy, home phone numbers etc. The bottom portions allows the user to enter Medicine Name,Date Purch., and Dosage. The program has an Option menu providing more tips on using this software. What I believe will help in maintaining recorder keeping is should the user decides they no longer need a medicine Simple go to the first White Colored List Click Once On That Name then click [ Remove ] button and (hopefully) that's it your medicine for each column should be removed. Add Medicine: Enter Data For All Three White Colored Columns and then press the [ Add ] button. There's also a simple text editor for creating, editing text included. I recomend not using this text editor for resaving the main file of this software, a commercial software would be better if you're comfortable in editing a file like your main file. I've included a few other features I believe you'll find useful. Hope you enjoy MedList.exe.
No source - QBasic 1.1 - 183.37 KB - 984 downloads
Rating: 0/10 (0 votes)

  meeses.bas by B. Roche (Rate this file/View comments)
Demo of mouse cursors
Source included - QuickBASIC 4.5 - 12.98 KB - 2820 downloads
Rating: 0/10 (0 votes)

  memcopy.zip by ? (Rate this file/View comments)
Memcopy routine
Source included - QuickBASIC 4.5 - 783 B - 1993 downloads
Rating: 0/10 (0 votes)

  memview1.zip by (Rate this file/View comments)
View the memory: Jump to places, POKE a value into the RAM, FIND what you want (good for searching text)...might not be that useful, but it's still cool
Source included - QuickBASIC 4.5 - 102.09 KB - 1931 downloads
Rating: 0/10 (0 votes)

  mice.zip by Tek (Rate this file/View comments)
More mouse routines
Source included - QuickBASIC 4.5 - 4.54 KB - 2059 downloads
Rating: 0/10 (0 votes)

  MINICALC.BAS by Martin VandenHurk (Rate this file/View comments)
A short two number Adder, Subtractor, Multiplier, Divider. On one line one can calculate two number math. Simple to use with no advanced features.
No source - QuickBASIC 4.5 - 977 B - 1038 downloads
Rating: 0/10 (0 votes)

  mlib.zip by Mario Zechner (Rate this file/View comments)
A library with a set of mouse routines
Source included - QuickBASIC 4.5 - 27.88 KB - 1943 downloads
Rating: 0/10 (0 votes)

  modlin.zip by Florence (Rate this file/View comments)
Some tool/program that seems to generate random landscapes
Source included - QuickBASIC 4.5 - 116.37 KB - 1838 downloads
Rating: 0/10 (0 votes)

  MORUTL63.ZIP by erik (Rate this file/View comments)
The Set Of More DOS Utilities
Source included - VBDOS - 4.78 MB - 1631 downloads
Rating: 10/10 (1 votes)

  MORUTL64.ZIP by eoredson (Rate this file/View comments)
Set of More DOS utilties.
Source included - VBDOS - 6.14 MB - 1304 downloads
Rating: 10/10 (1 votes)

  MORUTL65.ZIP by eoredson (Rate this file/View comments)
Set of more DOS utilities
Source included - VBDOS - 0 B - 420 downloads
Rating: 0/10 (0 votes)

  MORUTL65.ZIP by eoredson (Rate this file/View comments)
The More Utilties
No source - VBDOS - 0 B - 367 downloads
Rating: 0/10 (0 votes)

  MORUTL66.ZIP by eoredson (Rate this file/View comments)
The set of DOS utilities
Source included - VBDOS - 4.24 MB - 88 downloads
Rating: 0/10 (0 votes)

  MORUTL67.ZIP by eoredson (Rate this file/View comments)
The Set of More DOS Utilities
Source included - VBDOS - 4.27 MB - 75 downloads
Rating: 0/10 (0 votes)

  MORUTL70.ZIP by eoredson (Rate this file/View comments)
The Set of More DOS Utilities
Source included - VBDOS - 4.36 MB - 31 downloads
Rating: 0/10 (0 votes)

  mouse.zip by ? (Rate this file/View comments)
Another mouse program (ALSO JOYSTICK!)
Source included - QuickBASIC 4.5 - 823 B - 2127 downloads
Rating: 0/10 (0 votes)

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

Members
Login
Register
QB45 Members
Member List