you need to register that DLL with windows using the REGSVR32 key and then refer that ddll from Project------> Reference menu of VB IDE.
Next you need to create objects of the class and call its objects.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
I've found it easyest to copy the dll to the system32 folder then run the below
get a command prompt (start run cmd)
type in
regsvr32 dllname
bushman_222
Junior Poster in Training
65 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
copy the dll to system32 folder and then from start----->RUN
execute the command REGSVR32 DLL filename
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434