Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

customize the cursor? can we?

  • Thread starter Thread starter dias_ryan
  • Start date Start date
Status
Not open for further replies.
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:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top