We located this on the Autodesk Discussion Group pages. Perhaps it will help if your question is still valid.
-----------------------------
These lines change the cursor over a clickable image (cursor is compiled to a resource file):
Dim oCursorHand As IPictureDisp
' load cursor for clickable images
Set oCursorHand = LoadResPicture(1000, vbResCursor)
' Change cursor over clickable images to hand
imgLogo.MousePointer = vbCustom
imgLogo.MouseIcon = oCursorHand
Greetings, Andrew
------------------------------
Good Luck!
3DCADForums Help Desk