
Howto - Multiple Remote DLLs
From the MSDN documentation:
"You can create an object on a remote networked computer
by passing the name of the computer to the servername
argument of CreateObject (new optional parameter in VB6).
That name is the same as the Machine Name portion of
a share name: for a share named "\\MyServer\Public,"
servername is "MyServer."
Note Refer to COM documentation (see Microsoft Developer
Network) for additional information on making an application
visible on a remote networked computer. You may have to
add a registry key for your application"
Quote:
>I have an application that uses a remote dll based on a server. However
>I want to give the user the choice of which server to connect to via a
>logon form.
>As I understand it I can register a DLL on the client as being based on
>a server, using clireg32.exe, but with multiple servers this would need
>to be altered at run time.
>Ideas so far are to access the registry and update it, or shell out to
>clireg32.