How - to hide the mouse pointer - MFC
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello, Is there a simple statement to hide the mouse pointer? thanks Simon
-
Hello, Is there a simple statement to hide the mouse pointer? thanks Simon
simon alec smith wrote:
Is there a simple statement to hide the mouse pointer?
::ShowCursor(FALSE);
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
simon alec smith wrote:
Is there a simple statement to hide the mouse pointer?
::ShowCursor(FALSE);
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thanks