Hi,
You've almost got it

When you move the files (Dlls) across to the other computer, you then have to register them!
Example:
first copy my.dll to c:\my.dll on your other computer.
then, on that computer, goto to Start>Run to open up the command line and type in: regsvr32 "C:\my.dll".

Your component will then be registered and your program should work
(it will also show up in your VB references without having to browse for it)
Hope this helps

Shaun