Continue to Site

Welcome to 3DCADForums

Join our CAD community forums where over 25,000 users interact to solve day to day problems and share ideas. We encourage you to visit, invite you to participate and look forward to your input and opinions. Acrobat 3D, AutoCAD, Catia, Inventor, IronCAD, Creo, Pro/ENGINEER, Solid Edge, SolidWorks, and others.

customize the cursor? can we?

D

dias_ryan

Guest
can you change the cursor in Inventor 11 (any version) to a cross hair?
 
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 :cool:
 

Articles From 3DCAD World

Sponsor

Back
Top