Just interop the assembly ...
add a Reference to it in your project (by browsing for COM components) and
it will automagically wrap it for you. You will be able to call methods from
the code like that.
-- Alex Papadimoulis
"Avin Patel" <an*******@discussions.microsoft.com> wrote in message
news:5E**********************************@microsof t.com...
Hi,
I have dll from C++ & code in C++. I want to call this functionality from
VB. What is the best way?
Does .Net has any language/new thing, that can allow to call C++ functions
from VB?
I also have same code in Java. If I want call functionality from VB, which
is better? C++ library(dll) or Java library(jar).
Thank you,
Avin Patel