home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / pascal / JMICK11.ZIP / PACKING < prev    next >
Encoding:
Text File  |  1991-10-05  |  1.5 KB  |  32 lines

  1. Here are the files contained in this ZIP
  2.  
  3. MICKEY11.EXE
  4.     The compiled and runable executable code for the
  5.     mickey mouse menu thing.
  6. MICKEY11.INC
  7.     An include file used by all the UNITS in this system
  8. MICKEY11.PAS
  9.     The 'main' section of the program system
  10. INTERWIN.PAS
  11.     INTERactive WINdowing mechanism.  Places dialog (Yes/No/Info)
  12.     boxes on the screen.  You may find it handy.
  13. MOUSE.PAS
  14.     Microsoft compatible mouse interface UNIT.  This has some but
  15.     not all of the mouse functions that relates to the usage of
  16.     a mouse with your DOS TEXT program.  You will find this handy
  17.     if you have a mouse and don't know the basics of 'programming' it.
  18. UNREAD.PAS
  19.     This 'unreads' a character.  It takes (most) any ASCII character
  20.     and 'unreads' it (places it into the keyboard buffer).  The placing
  21.     is NOT LIKE A STACK.  The first time you call it will place a char
  22.     in 1st position, 2nd time the second and so forth.  Strictly seq.
  23.     You will DEFINETLY find this handy.  Note that all ASCII characters
  24.     are NOT defined in the Scan_Table TABLE of scan codes.  You will find
  25.     the most important ones (Letters, Numbers, dashes, etc).  But certain
  26.     EXTENDED codes are not placed there.  Sorry but I guess I got lazy.
  27.     Oh yes, in my 'documentation', IG referes to IGNORED... see UNREAD.PAS
  28. WRITBOX.PAS
  29.     A boring UNIT, not worth mentioning but nessesary [See disclaimer].
  30.  
  31. Also, all the compiled units (.TPU) files are also included.
  32.