Message 1 of 9
VBA vs .net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm starting to develop some customization for Inventor, and I need to decide whether to use VBA, .net, addin, plugin, or what else.
According to this post .net is easier to use than VBA: http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/New-Project-VBA-or-NET-Addin/m-p/22368...
I did a quick test and I found out that with VBA is much easier to use than .net: you can edit the source code while debugging, you don't need to compile and install anything, everything seems to work much smoother.
Am I missing something?
Do I risk to find out that VBA has problems later in the development?
Where can I find documentation with comparison between the different customization techniques?
Thanks,
Stefano