Message 1 of 3
How to launch File Number Generator in Inventor by VB.Net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created addin in VB.Net with customized saving parts and assemblies. Everything works fine, but the problem is that my customer also has Vault and needs to have this Generate File Number window opened after Saving As.
My code does not make it appear. How can I do that?
The best scenario is that this generator opens and after clicking "Ok" it handles generated file number itself. But I suppose that it might demand also handling like in case of opening SaveAs dialog box that in fact does not save, but only takes the full path of new file and then it has to be saved also with code.
Every help is much appreciated.