CDS> Is there a service in int 33h for programming a new bitmap into
CDS> the mouse cursor? Or, can someone direct me to a place where I
CDS> can grab the int33h list. Thanx in advance for any help!
Yes there is. You must have an array[0..31] of word to store the bitmap in. The cursor is 16x16 so, the first 16 words show the what should appear white and the second 16 words show where the background should show through. Or it could possibly be the other way around, I haven't used it for a while so I don't remember. The registers should be set the following way:
AX:=9;
BX:=hsx; {hsx being the x-coordinate of the "hot-spot"}