Making the windows mouse pointer opaque?

BlitzPlus Forums/BlitzPlus Programming/Making the windows mouse pointer opaque?

Mr Brine(Posted 2004) [#1]
Hi All!

Does anyone know if its possibe to make the windows mouse pointer opaque (semi-transparent)?

Thanks

Mr Brine


aab(Posted 2004) [#2]
hmm. the only thing i can think of, is hiding the pointer, and then drawing the image of it transparent at the mouse co-ordinates. you can find transparency in the code archives, although its really really slow using readpixelfast/writepixelfast with larger images.
i couldnt find the page so:
Basically include the file (kinda like a header file in C)
and use the Drawimagealpha() function
Give credit to SUNTEAM if u use it



GfK(Posted 2004) [#3]
Does anyone know if its possibe to make the windows mouse pointer opaque (semi-transparent)?
FYI, 'opaque' is the exact opposite of 'semi-transparent'.


soja(Posted 2004) [#4]
FYI, 'opaque' is the exact opposite of 'semi-transparent'.

So, would that be 'semi-apparent', then? =)


Difference(Posted 2004) [#5]
FYI, 'opaque' is the exact opposite of 'semi-transparent'.


Not true. The exact opposite is fully-transparent.
Semi-transparent is right in the middle between the two.


Baley(Posted 2004) [#6]
To be honest... a "semi-trasparent" thing doesn't exist at all. Or it is "trasparent" or it isn't. There could be several shades of trasparency though, so I guess why it's called "semi-trasparent".


Difference(Posted 2004) [#7]
"trasparent" is not even a word. [EDIT (for soja):] :D


soja(Posted 2004) [#8]
You guys can't even make jokes when pointing out a faux pas! =)


Mr Brine(Posted 2004) [#9]
hey soja

your humour's gone right over my head! what the smeg is a faux pas?

briney


aab(Posted 2004) [#10]
Glass half empty/half full
pointer half transparent/ half opaque
;same thing?