If everything is registered and referenced properly.

I added the dll and the reference is called "tom"

To make use of the dll
Carry out the following
Code:
Dim x as new tom.'Selected Class'

'use the properties methods and events for the dll as 
x.'Property/Method/event'
Charlie