home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / SCROLMEN.ZIP / READ.ME next >
Encoding:
Text File  |  1989-06-15  |  1.9 KB  |  36 lines

  1.  
  2. I wrote this menu a few months ago for a friend.  Feel free to use it in your
  3. own programs and distribute it freely.  I only ask that if you use it some way
  4. to make money that you send a check for $5 to me at the address below.  If you
  5. have suggestions on how to make it better or just want to send along a comment
  6. feel free to write.  This is the first time I have ever released a program for
  7. others to comment on, and I would REALLY appreciate the comments of other
  8. programmers who have written such software.  Good or Bad, doesn't matter.
  9.  
  10. The program works by using the INKEY$ statement to read the function keys or
  11. arrow keys that are pressed. (INKEY$ usually gets a 1 character code, but for
  12. some reason function keys give 2) Line 1090 reads the 2 characters returned
  13. when you hit a function key.  Use only the RIGHT character.
  14.  
  15. Notice that when you use the arrow keys the explanation at the bottom of the
  16. screen changes.  When a function key is pressed, the program runs one of
  17. seven other modules, according to the key pressed.   For Example, if you hit 
  18. F1,  the program runs "PROG1.BAS" If you hit F2, the program runs "PROG2.BAS" 
  19. This may not seem real efficient but the other modules of the program I wrote
  20. were large and won't fit in memory all together.  By changing the names of the
  21. programs in lines 2080-2150, you can change the names of your modules.
  22.  
  23. By changing the variables Menu$(1) - Menu$(8) (lines 200-270) you can change
  24. the options listed on the menu.  Changing Helpline1$ and Helpline2$ (lines
  25. 280-420) you can change the explanations that appear in the box at the bottom
  26. of the screen.
  27.  
  28. It's a simple program, but It took me few hours to get it all working. I hope
  29. you can get some use out of it.
  30.  
  31.  
  32. Curt Swartzwelder
  33. 325 East Pearl Street
  34. Butler PA  16001
  35.  
  36.