Calling a .dll from .vb

I have a .dll that I wanted to call from a vb as a Catch, in case there is an exception happens in my program. Mainly wanted to know the syntax of calling a .dll from a .vb if possible.

Do you have a .net author license? If so, you can set a reference to the desired DLL in your project and call its methods as needed. If you do not have the author license, you will not be able to call an external DLL.

I believe I have a .net author license. I'll try to call the method from the referenced .dll. Thanks.

Regards,
MFJ