Using the MousePointer API
Cut and paste the code in a module.
On the MouseMove event of your object (textbox, button,etc...), write the code:
Call MouseCursor(IDC_Hand)
Replace "IDC_Hand" with whatever the variable name is for the mousepointer you want to show.
I tried this and it works. ;)