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

  1. Xref: sparky alt.msdos.programmer:3117 comp.os.msdos.programmer:11909 comp.sys.ibm.pc.programmer:754
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!usc!sdd.hp.com!news.cs.indiana.edu!bsu-cs!jaysen
  3. From: jaysen@bsu-cs.bsu.edu (Jason A. Brotherton)
  4. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer
  5. Subject: Changing the Mouse Cursor to Larger-than-standard-sized Images
  6. Keywords: mouse, ibm, programming
  7. Message-ID: <3409@bsu-cs.bsu.edu>
  8. Date: 8 Jan 93 14:40:56 GMT
  9. Distribution: usa
  10. Organization: CS Dept, Ball St U, Muncie, Indiana
  11. Lines: 29
  12.  
  13.  
  14. Hello fellow programmers,
  15.  
  16. Obviously, I have a question.  :)
  17.  
  18. What I want to do is change the mouse cursor, not to a hand or anything, I
  19. can do that, but rather to various LARGER objects than the standard
  20. mouse pointer allows.  The easiest way to explain this would be your
  21. standard joe-paint program...when you click on various icons, the mouse
  22. cursor changes to say, a pencil, or some other paint-oriented object that
  23. is larger than the standard 16x16 pixels.
  24.  
  25. I've been using int33, function 9 to change the cursor, but as you know,
  26. that's limited to 16x16.
  27.  
  28. Is there some way to create larger cursors, or will I have to turn off
  29. the regular mouse cursor and manually move a sprite by reading the mouse's
  30. x-y coordinates and drawing/erasing it at that position?  (sprite
  31. being my terminology for a small bitmapped image...from the C-64 days!)
  32. I haven't tried doing that, but it's gotta be SLOW...
  33.  
  34. I'm programming in Borland C++ v3.0 using a 386-25, using the standard
  35. VGA modes, running and programming for DOS, and using as a reference,
  36. "Microsoft Mouse Programmer's Reference"
  37.  
  38. Any suggestions/ideas would be appreciated.  :)
  39.  
  40. Jason Brotherton
  41. jaysen@bsu-cs.bsu.edu
  42.