I have been setting the cursor shape with a call such as
SetClassLong hWnd, %GCL_HCURSOR, LoadCursor (%NULL, BYVAL %IDC_ARROW)
I notice that the cursor does not change shape until the mouse is moved. Since I am changing cursor shapes while the mouse is sometimes stationary, I have an annoying problem. Is there a way to force the cursor to visually change without moving the mouse?
Thanks
Jim
SetClassLong hWnd, %GCL_HCURSOR, LoadCursor (%NULL, BYVAL %IDC_ARROW)
I notice that the cursor does not change shape until the mouse is moved. Since I am changing cursor shapes while the mouse is sometimes stationary, I have an annoying problem. Is there a way to force the cursor to visually change without moving the mouse?
Thanks
Jim
Comment