April 15th, 1999, 01:30 PM
I have a problem registering an ActiveX DLL. I create the ActiveX DLL project, add the code that want in the class, save the project, and then choose “Make [name of project] DLL” from the file menu, and the DLL is successfully created. Then I register the DLL using regsvr32.exe [path/file name] from Start/Run on the windows desktop, also successfully. However, when I go to add to the Project/References menu choice in VB6, my project is always listed as “Project 1” instead of the name I’ve given it. How do I get it to use the name I want? Thanks.