What are the names of the cursors and mouse pointers in Win 8?

I am writing a VBA program that is to work with pointers and cursors. 
What would be the code to change them, where are they, and what are their names?
Can I customize/import my own?
(Forgive me if this is a duplicate.  They first one burped me out...)
Everything I know I learned from my cat. No matter what the situation is, there is a napp for that.

Hi
Emerogork2,
To develop a VBA program to work with pointers and cursors ,the following links may be helpful.
About Cursors(This link shows us that we can custom a cursor )
http://msdn.microsoft.com/en-us/library/windows/desktop/ms648379(v=vs.85).aspx
Cursor Class(This is about cursor class and there is an example of custom cursor)
http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor(v=vs.110).aspx
Cursors.Hand Property(This includes an example of overriding
Control.OnMouseHover method)
http://msdn.microsoft.com/en-us/library/system.windows.forms.cursors.hand(v=vs.110).aspx
Cursor.Position Property(This includes an example of creating a cursor from the current cursor`s handle)
http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor.position(v=vs.110).aspx
Considering this is a developing issue, it`s recommended to post it in our MSDN Forum .The people there are more experienced in this area.
MSDN forum
https://social.msdn.microsoft.com/Forums/en-US/home
Best regards

Similar Messages

Maybe you are looking for