Message 1 of 2
Vb.Net HandlingCode = HandlingCodeEnum.kEventCanceled Not Working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I am writing a Vb.Net Addin for Inventor 2025 using DialogEvents_OnFileSaveAsDialog
I want to overwrite the standard saveas dialog box with my own version, but, the following code does not work
HandlingCode = HandlingCodeEnum.kEventCanceled
Does anybody know what I have to do to my Vb.Net "Addin" to allow this function to work?
Many thanks in advance!
Darren