S sanalsurabhi New member Local time Today, 22:55 Joined Jan 14, 2010 Messages 7 Feb 6, 2019 #1 How to use a different hourglass other than access custom hourglass in access application.
Minty AWF VIP Local time Today, 17:25 Joined Jul 26, 2013 Messages 10,680 Feb 6, 2019 #2 Have a read here https://docs.microsoft.com/en-us/office/vba/api/access.screen.mousepointer You can't use a specific custom pointer without getting into the registry, and it's really messy.
Have a read here https://docs.microsoft.com/en-us/office/vba/api/access.screen.mousepointer You can't use a specific custom pointer without getting into the registry, and it's really messy.
isladogs Access MVP / VIP Local time Today, 17:25 Joined Jan 14, 2017 Messages 19,331 Feb 6, 2019 #3 But you can use any of the built in pointers very easily. There are 5 to choose from. I like the spinning circle! The attached demo uses mouse move events to modify the pointer Attachments MousePointerDEMO.zip MousePointerDEMO.zip 24.7 KB · Views: 139 Last edited: Feb 6, 2019
But you can use any of the built in pointers very easily. There are 5 to choose from. I like the spinning circle! The attached demo uses mouse move events to modify the pointer