Enlarge cursor size

victorab

New member
Local time
Today, 20:31
Joined
Aug 25, 2001
Messages
6
Is there a way to modify the size of the cursor in Access 2000 using VBA?
 
Search Access help for the MousePointer property of the Application object. The set of pointers available is relatively restricted, but there is no way to choose other ones without the help of API.

Alex
 

Users who are viewing this thread

Back
Top Bottom