home *** CD-ROM | disk | FTP | other *** search
- ' A very small (3343 bytes on my system), but useful program created with
- ' the QB/Pro Volume 7 XModules.
-
- ' This program presumes a color monitor is present, and changes the
- ' cursor to a full block.
-
- ' Compile this program with: BC FULLCUR/O;
- ' Link it like this:
- ' LINK FULLCUR+XERROR+XFLOAT+XINPUT+XINTS+XREDIR+XVIDEO+MHLOCATE/NOE/EXE;
-
- ' If using BC 4.50 (QB 4.50), substitute XERROR45 for XERROR
-
- ' Following are Precommands for use by the PreProcessor program:
-
- '#LinkSwitches: '/noe/exe'
- '#CompileSwitches: '/o'
- '#TrailingObject: 'XERROR'
- '#TrailingObject: 'XFLOAT'
- '#TrailingObject: 'XINPUT'
- '#TrailingObject: 'XINTS'
- '#TrailingObject: 'XREDIR'
- '#TrailingObject: 'XVIDEO'
- '#Libraries: 'MHPRO7'
-
- CALL MhLocate(0%, 0%, 0%, 1%, 0%, 7%) ' For color
- 'CALL MhLocate(0%, 0%, 0%, 1%, 0%, 13%) ' For mono