Group: Cursor - Library: user32
Hiding mouse cursor
Storing screen shot of a form to bitmap file
int ShowCursor(
BOOL bShow // cursor visibility
); DECLARE INTEGER ShowCursor IN user32 INTEGER bShow bShow [in] Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one.
The return value specifies the new display counter.
Home