Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Com registration

Status
Not open for further replies.

valek

Programmer
Jul 2, 2002
2
CR
Hi...

I need to use a COM component with an asp. What I did is that I created a dll using vb6 wich contains a simple test function that returns "hello world". after that i registered the component using the component manager on win2000 advanced server. My problem is that I want to use that component but in another machine, which is totally different from the original. This one has win nt4 server.
I've tried to use that COM component remotely but I don't know how. Can u help me?
 
if the server is running Windows NT or Windows 2000.

from visual basic
CreateObject("myfunction.mydll","\\MyServer")


Attitude is Everything
 
I already have the com component registered in the "server"
but what i need is to know how to use that component, that is in the "server", from a client computer... through the network, knowing that the server use a firewall....

Valek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top