home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / mabry / mslot12 / sample / mslot.bas < prev    next >
Encoding:
BASIC Source File  |  1995-01-18  |  148 b   |  6 lines

  1. Global Const MSLOT_OPEN = 1
  2. Global Const MSLOT_DELETE = 2
  3. Global Const MSLOT_WRITE = 3
  4. Global Const MSLOT_READ = 4
  5. Global Const MSLOT_PEEK = 5
  6.