Message 1 of 4
Use Custom Embedded Cursor - User Interaction Event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone tell me how to use an embedded cursor (mycursor.cur) via the SetCursor command under user interaction events. I can use built in cursors just not able to get it working with my resource.
Sample below throws an error type mismatch.
oInteraction.SetCursor(CursorTypeEnum.kCursorTypeCustom, My.Resources.mycursor)
I have set the build action of the cursor to be embedded.
Win7
Inventor 2014
VB.Net
Thanks, Matt.