views:

34

answers:

1

How can I add a COM DLL to A VB.NET project?

+2  A: 

The short answer is: use "Add Reference" in Solution Explorer.

You can add COM compontents in there and use interop to access them.

Carnotaurus
I cant register com dll for use
shaahin