Textbox -> invisible Mouse Cursor
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
-
Hello everybody, if the user enters a character into the textbox, the mouse cursor disappears. On a Mouse Move, the cursor re-appears. (also if a new window opens) How is it possible to force to show the mouse cursor with "source code"? Big thanks
-
Look up
ShowCursor
You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!
-
Thanks for the suggestion. :) I resolved it this way ... but it's strange for me that he cursor disappears when the user makes a keystroke ...