05-03-2006 10:22 AM
05-03-2006 10:57 AM
Hello Darren,
I think there are two ways to do this:
1: use SetCursorAttribute with attribute ATTR_CURSOR_COLOR and value VAL_TRANSPARENT.
2: use SetCursorAttribute twice. Once with attribute ATTR_CROSS_HAIR_STYLE and value VAL_NO_CROSS, and once with attribute ATTR_CURSOR_POINT_STYLE and value VAL_NO_POINT.
I don't know if there is any other, more decent way to do this...