VB.NET Form help
Hello,
I am trying to make my first addin. My addin will open an assembly model that has a form in it. This form is what drives all of the changes to the assy. The assembly changes size and shape, then it will "saveas" itself and all parts and sub assemblies. My trouble is how to address the form, whether to keep it in inventor or recreate it in visual studio.
If I keep the form in inventor:
- How do I access the from the addin. I've read a couple of other posts about it in the forums but I don't understand them.
- If I open a previously created assembly and update the form. How do I pass the changes to the addin to run the code again?
If I recreate the form in visual studio:
- If I open a previously created assembly, how do I open the form?
What do you think?
Link copied