May 25, 2006 #1 D dias_ryan Guest can you change the cursor in Inventor 11 (any version) to a cross hair?
Sep 27, 2006 Thread starter #2 S support Guest Can I customize the cursor? 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
Can I customize the cursor? 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