Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!tandem!netcom!wolf From: wolf@netcom.COM (Phil Escobar) Newsgroups: comp.windows.ms Subject: Re: Color Cursors, how? Message-ID: <26021@netcom.COM> Date: 27 Feb 91 07:14:00 GMT References: <2790@sparko.gwu.edu> Organization: Netcom - Online Communication Services UNIX System {408 241-9760 guest} Lines: 16 timur@seas.gwu.edu (The Time Traveler) writes: >Is it possible to get a cursor which is in color? I'd like something >a little more interesting than a black/white arrow. I have SDK Paint, >but I can't seem to get it to recognize more than two colors (i.e. >forground and background). The only way I can see to do this is to replace the pointer device driver inside windows (the part of the code that actually manages the cursor). The standard driver only handles two bitplanes for the cursor, giving four colors: transparent, inverse transparent, color 1 (black), and color 2 (white). Anyone want to write the magic code? (sorry, I'm allergic to Windows internal code) - Phil @ Buckskin Technologies