home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / basic / QBSCR20.ZIP / GENINFO.TXT < prev    next >
Encoding:
Text File  |  1992-07-08  |  2.5 KB  |  61 lines

  1.  
  2. Welcome to the QBSCR Screen Routines!
  3.  
  4. First of all, I'm sure you'd like to know how to use
  5. this text viewing box (created using the QBSCR ViewList
  6. routine).  Here's what you can do and how to do it:
  7.  
  8.   Function...                       ...How to do it
  9.   -------------------------------------------------
  10.   Move up one line . . . . . . . . . . . . Up Arrow
  11.   Move down one line . . . . . . . . . . Down Arrow
  12.   Move up one page . . . . . . . . . . . . . . PgUp
  13.   Move down one page . . . . . . . . . . . . . PgDn
  14.   Move to the beginning  . . . . . . . . . . . Home
  15.   Move to the end  . . . . . . . . . . . . . .  End
  16.   Quit reading this drivel and get
  17.     to the fun stuff . . . . . . . . . . . . .  Esc
  18.  
  19. Now that that's over, here's what's in store for you.
  20. The QBSCR Screen Routines provide a great deal of
  21. functionality, including windows, menus, buttons and
  22. boxes, lists and screens, text mode fonts (with VGA
  23. or EGA) as well as mouse support.
  24.  
  25. But equally important is the fact that the QBSCR Screen
  26. Routines can serve as an excellent teaching aid and
  27. tutorial.  Many registered users have written to me
  28. saying that they have learned more from these routines
  29. in a week than they did from several books in six
  30. months!  If you are looking for learning tools about
  31. QuickBASIC, you've found one of the best (and least
  32. expensive) on the market.
  33.  
  34. This demo will show you most of QBSCR's capabilities.
  35. Some have been ommitted to keep the program compilable,
  36. but you can discover more by glancing at the code or
  37. at the documentation.  For example, the disk-oriented
  38. routines have been omitted, but some are used behind the
  39. scenes.
  40.  
  41. This demo makes use of some higher-grade hardware that
  42. you may not have.  It runs best with a faster machine.
  43. On an 8 Mhz 8086 XT clone, it was pretty slow in some
  44. areas, but acceptable in most.  Any faster machine will
  45. provide better performance.  QuickBASIC simply isn't as
  46. fast as high-performance languages like C.  Also, there
  47. is a lot of mouse activity here.  If you don't have a
  48. mouse attached to your computer, some of the demos will
  49. not be available to you.  The EGA/VGA Fonts demo in the
  50. "Other" menu will not be available to you if you do not
  51. have an EGA or VGA card and monitor.  And finally, the  
  52. EGA/VGA extended colors demo will not be available to 
  53. CGA or monochrome users.  Sorry about these inconven-,
  54. iences, but there so many fun things to do with better
  55. hardware!
  56.  
  57. If you're done reading this, you can hit ESC or click
  58. the right mouse button.
  59.  
  60.  
  61.