Function transition vba spring v9 for .net spring v10

0

Hello,

I have a service (a form with certain functionality) made in vba that is integrated in the spring v9 that I am trying to import into v10. For this I am creating a .NET project, with a form with the same functionality as the one in v9, which outputs a dll that will later be imported into v10. The question is how do I import this dll into v10? Is it in the extensibilities? I want a menu to be available and then a form for the user to use.

I think what would be more like the examples that are in git is: link . But even so when importing this dll, adding a function with the dll and then creating a menu and clicking on that menu, nothing happens. Can anyone explain the procedure for making this transition?

Thank you!

    
asked by anonymous 24.08.2018 / 11:09

1 answer

2

What you should do is create your own user form, you can then add a class to the project to implement a new ribbon tab how to create a custom ribbon and then you can call the forms.

The developer Network has articles that explain why you're looking for it.

    
24.08.2018 / 14:19