Assume that i have created an ActiveX Component using Visual Basic. What is the steps to register that .DLL file in our web server. We do not have our own server and we are depending on our ISP. Will they allow us to register our .DLL component in their machine. One of my colleague(who is a Jargon in Visual C++) told me that he can tackle the situation by using LoadLibrary API. He is telling that there is no need to register .DLL file in registry if one uses LoadLibrary API. Is that true? If yes will it any adverse effect on the performance.