FIXED: auto-hide mouse?
I have a form that basically shows live data via a graph. The user can open up other forms to do basic operations but when they are finished, the graph shows again.
Is there a way I can automatically hide the mouse when it is not moving and then show it when someone moves the mouse?
TIA
Red
EDIT: I found the ShowCursor API function, which I can use on the forms events to turn the cursor on/off.
I have a form that basically shows live data via a graph. The user can open up other forms to do basic operations but when they are finished, the graph shows again.
Is there a way I can automatically hide the mouse when it is not moving and then show it when someone moves the mouse?
TIA
Red
EDIT: I found the ShowCursor API function, which I can use on the forms events to turn the cursor on/off.
Last edited: