I have a library (abc.dll) which is built by C# . NET.
And now I want to import that into my project by
VB .NET.
Besides, "Import abc" typed in the start of my program,
I have to add a "COM" reference for the "dll" file?
However there is no response after I do that.
Would you mind to help me to solve this problem?
Thank you!