home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / homonlib.zip / SETCURS.INC < prev    next >
Text File  |  1995-04-13  |  225b  |  6 lines

  1. CONST SCNONE = 0              'No cursor - turn it off
  2. CONST SCINS = 1               'Insert cursor - underscore type
  3. CONST SCOVR = 2               'Overwrite cursor - block type
  4.  
  5. DECLARE FUNCTION SetCursor (cursortype)
  6.