Solved Mousepointer (1 Viewer)

Auntiejack56

Registered User.
Local time
Tomorrow, 06:23
Joined
Aug 7, 2017
Messages
175
Hi,
Once upon a time, Screen.Mousepointer = 7 would change the cursor to a double-ended arrow, but it seems to no longer do so. In fact, it does nothing at all. No error, no nuffin. If I put Debug.print screen.Mousepointer on the next line, it shows 7 in the immediate window, but there is no change to the pointer itself.
I did some searches, but nobody has been interested in the Mousepointer for decade or so, no nothing that suggests recent changes. I'd rather avoid using LoadCursorByNum code if possible.
Thanks.
 

KitaYama

Well-known member
Local time
Tomorrow, 05:23
Joined
Jan 6, 2022
Messages
1,540
Once upon a time, Screen.Mousepointer = 7 would change the cursor to a double-ended arrow, but it seems to no longer do so. In fact
It still works in Office 2019

Edit : in 365 works too
 

Auntiejack56

Registered User.
Local time
Tomorrow, 06:23
Joined
Aug 7, 2017
Messages
175
Thanks. Hmmm ...
 

Auntiejack56

Registered User.
Local time
Tomorrow, 06:23
Joined
Aug 7, 2017
Messages
175
Ah, ok, I was setting it in the Mousedown event and expecting it to display. In fact, you have to change the pointer before the mousedown. Got it now, thanks Kita.
 

Users who are viewing this thread

Top Bottom