home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
q
/
qbmenu10.zip
/
QBMENU!.DOC
< prev
next >
Wrap
Text File
|
1993-03-01
|
2KB
|
62 lines
┌────────────────────────────────────────────────────────────────┐
│ >>>>>>>> QBMenu! 1.0 │
│ <<<<<<<< (C) Copyright Victor Yiu, 1993. │
│ >>>>>>>> released February 9, 1993 [ FidoNet QUIK_BAS echo ] │
│ <<<<<<<< User on: Hard Disc Cafe BBS (713) 589-2690 1:106/30 │
└────────────────────────────────────────────────────────────────┘
Files in Archive:
─────────────────────────────────────────────────────────────────
QBMENU!.DOC 2410 02-09-93 This file
QBMENU!.BAS 28441 02-09-93 Menu program source code
SAVESCRN.BI 1920 02-09-93 Include file for QBMENU
BLIBQB.OBJ 7268 02-09-93 BOXLIB.OBJ for QuickBASIC 4.5
BLIBVB.OBJ 7252 02-09-93 BOXLIB.OBJ for VB/DOS and PDS
Introduction
─────────────────────────────────────────────────────────────────
This is a very nice looking menu system written totally in
QB. It looks and feels 100% like QB. Not a cheap
imitation!!! Just no rodent support.
WARNING! Please don't use any of QBMenu!'s code without
asking permission from me, Victor Yiu, especially if
money-making is involved.
HOW TO GENERATE the LIB and the QLB needed to run this program:
─────────────────────────────────────────────────────────────────
* For QuickBASIC:
LIB BOXLIB +BLIBQB;
LINK /QUI BOXLIB.LIB,,NUL,C:\QB45\BQLB45;
^^^^^^^^^^^^^^
Change the pathname of the BQLB45.LIB if necessary to your QB
directory. After linking, you should have a .LIB and .QLB
file. Generating libraries are just a -one- time ordeal.
This program has been tested with QB 4.5 and should work with
PDS.
* For VisualBASIC & PDS:
LIB BOXLIB +BLIBVB;
LINK /QUI BOXLIB.LIB,,NUL,C:\VB\{QLB for VB};
^^^^^^^^^^^^^^^^^
VB/DOS has OBJect file compatibilities with QB, therefore a
VB-compiled version of the OBJ is herewith.
VB/DOS already has built-in pull-down menus, but using this
program will save about 100K of your EXE size!
PDS users: replace BLIBVB with BLIBPDS.
Changing what the menu choices do
─────────────────────────────────────────────────────────────────
It is in the sub MAIN.
What you should change is clearly marked.