home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3131 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.6 KB

  1. Xref: sparky alt.msdos.programmer:3131 comp.os.msdos.programmer:11986 comp.sys.ibm.pc.programmer:768
  2. Path: sparky!uunet!dtix!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!comet.enet.dec.com!cascio
  3. From: cascio@comet.enet.dec.com (Pete Cascio)
  4. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer
  5. Subject: Re: Changing the Mouse Cursor to Larger-than-standard-sized Images
  6. Message-ID: <1993Jan11.092445.1720@nntpd2.cxo.dec.com>
  7. Date: 11 Jan 93 09:18:33 GMT
  8. References: <3409@bsu-cs.bsu.edu>
  9. Sender: usenet@nntpd2.cxo.dec.com (USENET News System)
  10. Distribution: usa
  11. Organization: Diigital Equipment Corp. Consulting Services, Colorado Springs
  12. Lines: 16
  13.  
  14. In article <3409@bsu-cs.bsu.edu>, jaysen@bsu-cs.bsu.edu (Jason A. Brotherton) writes...
  15. >What I want to do is change the mouse cursor, not to a hand or anything, I
  16. >can do that, but rather to various LARGER objects than the standard
  17. >mouse pointer allows.  The easiest way to explain this would be your
  18. >Is there some way to create larger cursors, or will I have to turn off
  19. >the regular mouse cursor and manually move a sprite by reading the mouse's
  20. >x-y coordinates and drawing/erasing it at that position?  (sprite
  21. >being my terminology for a small bitmapped image...from the C-64 days!)
  22. >I'm programming in Borland C++ v3.0 using a 386-25, using the standard
  23. >VGA modes, running and programming for DOS, and using as a reference,
  24. >"Microsoft Mouse Programmer's Reference"
  25.  
  26. Using a sprite is the only way I know in standard VGA modes.  XGA does support
  27. larger mouse cursors, though.
  28.