Contents  Index  
──────────────────────────────────────────────────────────────────────────────
 QBasic is an easy-to-use environment for creating Basic programs.
 The following table lists some solutions if you need to go beyond QBasic.

 If you need                     You can
 ═══════════════════════════     ═════════════════════════════════════════════

 Fast program execution          Use a Basic compiler (such as Microsoft
                                 Visual Basic for MS-DOS) to translate your
                                 Basic code into native machine code.

 To build programs that          Use a Basic development environment that
 require over 160K of memory     supports creating large programs.

 To distribute your programs     Use Microsoft Visual Basic for MS-DOS or
                                 another Basic compiler to create stand-alone
                                 applications from your QBasic code. This
                                 allows you to distribute your programs and
                                 eliminates the need for QBasic to be present.

 To add mouse control to your    Use Microsoft Visual Basic for MS-DOS, which
 application or create a         has built-in mouse support and tools to help
 standard user interface.        you create an attractive user interface.

 Contact your local software dealer if you want more information about Basic
 programming products. If you want to learn more about programming with Basic,
 consult the following Microsoft Press books or other books for information:

   ■ "Running QBasic" by Michael Halvorson and David Rygmyr (1991).
   ■ "QBasic: Programmer's Quick Reference" by Kris Jamsa (1991).
   ■ "The Waite Group's QBasic Reference Plus" by Waite, Prata, et al.
     (1991).
   ■ "Do It Yourself Visual Basic for MS-DOS" by WIlliam J. Orvis (1992).
   ■ "Microsoft Guide to Visual Basic for MS-DOS Programming" by Peter G.
      Aitken (1992).
   ■ "Peter Norton's Guide to Visual Basic for MS-DOS Programming" by Steve
      Holzer and the Peter Norton Computing Group (1992).
   ■ "Teach Yourself Visual Basic for MS-DOS" by Chuck Butkus(1992).
   ■ "Visual Basic for MS-DOS by Example" by D.F. Scott (1992).
   ■ "Visual Basic for MS-DOS Inside and Out" by David I. Schneider and
      Gary Cornell (1992).
   ■ "Visual Basic for MS-DOS Uncovered" by Bryon Scott, et al.(1992).

──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert