Rank: Newbie Groups: Member
Joined: 4/11/2019 Posts: 1
|
I see your product is compatible with all .net applications, but what about visual basic 6 and VBA? The .dll will not register, and I am hesitant to purchase it if it ins't compatible with my project.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
No. VB6 and VBA is not .NET based and you can not use .NET components directly. You can however creates a COM wrapper in .NET and use that as a bridge in between. On one hand, the COM wrapper objects itself is .NET based so it can access all features in our library. On the other hand, VB6 can use COM objects directly. So this way you can use our product indirectly. Note that COM interop is one of the standard ways of using .NET components in non .NET application and we consider it a generic programming issue, so we won't provide any technical support on this issue.
|