Answer the question
In order to leave comments, you need to log in
How to hide or show the cursor in a window (not the console, but the program window)?
I tried to hide like this
ShowCursor(FALSE);
SetCursor(NULL);
ShowCursor(TRUE);
HCURSOR hc = LoadCursor(NULL, IDC_ARROW);
SetCursor(hc);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question